From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31963 invoked by alias); 12 Aug 2004 18:59:29 -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 31953 invoked from network); 12 Aug 2004 18:59:27 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 12 Aug 2004 18:59:27 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BvKnO-0002p8-00; Thu, 12 Aug 2004 14:59:26 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 580894B102; Thu, 12 Aug 2004 14:59:33 -0400 (EDT) Date: Thu, 12 Aug 2004 18:59: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: <411BBE14.nailO2W11PDTI@mindspring.com> References: <41191D71.60204@redhat.com> <4119D461.nailB1A1E2BLH@mindspring.com> <411A3E5D.7060309@redhat.com> <411B7192.nailNVT199XPP@mindspring.com> <411BAD29.7080805@redhat.com> In-Reply-To: <411BAD29.7080805@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/msg00470.txt.bz2 Works for me now on hpux 11.11, with both hp ansi c and gcc. This patch is approved. Party on! 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.