From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21704 invoked by alias); 12 Aug 2004 20:23:36 -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 21695 invoked from network); 12 Aug 2004 20:23:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Aug 2004 20:23:34 -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 i7CKNYe1023014 for ; Thu, 12 Aug 2004 16:23:34 -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 i7CKNYa13203; Thu, 12 Aug 2004 16:23:34 -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 i7CKNJse027904; Thu, 12 Aug 2004 16:23:34 -0400 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id A5A5080001E; Thu, 12 Aug 2004 16:23:19 -0400 (EDT) Message-ID: <411BD1B7.9010702@redhat.com> Date: Thu, 12 Aug 2004 20:23: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> <411A3E5D.7060309@redhat.com> <411B7192.nailNVT199XPP@mindspring.com> <411BAD29.7080805@redhat.com> <411BBE14.nailO2W11PDTI@mindspring.com> In-Reply-To: <411BBE14.nailO2W11PDTI@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00473.txt.bz2 Testsuite portion of patch checked in. Thanks. -- Jeff J. Michael Chastain wrote: > 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. > >