From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30160 invoked by alias); 11 Aug 2004 15:42:37 -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 30069 invoked from network); 11 Aug 2004 15:42:36 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 11 Aug 2004 15:42:36 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7BFgZe1008121 for ; Wed, 11 Aug 2004 11:42:35 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7BFgUa10508; Wed, 11 Aug 2004 11:42:30 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i7BFgLXP031290; Wed, 11 Aug 2004 11:42:30 -0400 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 7896D80001E; Wed, 11 Aug 2004 11:42:21 -0400 (EDT) Message-ID: <411A3E5D.7060309@redhat.com> Date: Wed, 11 Aug 2004 15:42:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Michael Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: Fix for pending breakpoints in manually loaded/unloaded shlibs References: <41191D71.60204@redhat.com> <4119D461.nailB1A1E2BLH@mindspring.com> In-Reply-To: <4119D461.nailB1A1E2BLH@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00393.txt.bz2 Michael Chastain wrote: > Hi Jeff, > > What system(s) did you test this on? > I tested on a Red Hat x86-linux system. I am fixing a bug reported on Red Hat Linux. > For a shared library test the binutils version is important so > include that too. > binutils-2.14.90.0.4-26.3 > 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. > If you could do that, that would be appreciated. > 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. > I'll remove the lines. Thanks. > 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. >