From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5488 invoked by alias); 11 Aug 2004 08:09:56 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5474 invoked from network); 11 Aug 2004 08:09:55 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 11 Aug 2004 08:09:55 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1BuoBE-0006pp-00; Wed, 11 Aug 2004 04:09:52 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id A26824B102; Wed, 11 Aug 2004 04:10:10 -0400 (EDT) Date: Wed, 11 Aug 2004 08:09:00 -0000 From: Michael Chastain To: jjohnstn@redhat.com Subject: Re: [RFA]: Fix for pending breakpoints in manually loaded/unloaded shlibs Cc: gdb-patches@sources.redhat.com Message-ID: <4119D461.nailB1A1E2BLH@mindspring.com> References: <41191D71.60204@redhat.com> In-Reply-To: <41191D71.60204@redhat.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00389.txt.bz2 Hi Jeff, What system(s) did you test this on? For a shared library test the binutils version is important so include that too. Do you have access to any non-linux systems? I think this needs to be tested on at least one non-linux system before it goes in. If you can't do it, I can hop on an hpux machine and do that part. Please email any bugs, comments, and/or additions to this file to: bug-gdb@prep.ai.mit.edu */ This address is dead, please drop these lines. All the gunk to build shared libraries cries out for some library code in lib/gdb.exp or lib/dl-support.exp. That's my job; it's okay for you to keep cloning the code until I get to this. Once I get past that the rest of unload.exp looks okay. Michael C === 2004-08-10 Jeff Johnston * gdb.base/unload.exp: New test for breakpoints in dynamically loaded libraries. * gdb.base/unload.c: Ditto. * gdb.base/unloadshr.c: Ditto.