From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17821 invoked by alias); 12 Aug 2004 18:49:42 -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 17804 invoked from network); 12 Aug 2004 18:49:41 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 12 Aug 2004 18:49:41 -0000 Received: from zaretski ([80.230.146.88]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id EEI00854; Thu, 12 Aug 2004 21:49:25 +0300 (IDT) Date: Thu, 12 Aug 2004 18:49:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-Id: <3405-Thu12Aug2004214630+0300-eliz@gnu.org> CC: jjohnstn@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <411B5E34.5020906@gnu.org> (message from Andrew Cagney on Thu, 12 Aug 2004 08:10:28 -0400) Subject: Re: [RFA]: Fix for pending breakpoints in manually loaded/unloaded shlibs Reply-to: Eli Zaretskii References: <41191D71.60204@redhat.com> <7494-Wed11Aug2004070352+0300-eliz@gnu.org> <411A4209.6020801@redhat.com> <411A5012.3000508@gnu.org> <9743-Wed11Aug2004205531+0300-eliz@gnu.org> <411A84B0.7020106@gnu.org> <2427-Thu12Aug2004064240+0300-eliz@gnu.org> <411B5E34.5020906@gnu.org> X-SW-Source: 2004-08/txt/msg00468.txt.bz2 > Date: Thu, 12 Aug 2004 08:10:28 -0400 > From: Andrew Cagney > > > > But we don't want to _monitor_ anything in this case. We want to fox > > a specific, well-defined problem due to a specific course of events. > > And that well defined course of events is called an shlib unload. Lets > abstract it as such. Sorry, this is too terse for me to follow. I'd appreciate if you could elaborate a bit. TIA