From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 682 invoked by alias); 18 Mar 2003 19:12:35 -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 542 invoked from network); 18 Mar 2003 19:12:34 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 18 Mar 2003 19:12:34 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id E49EBD34B8; Tue, 18 Mar 2003 11:12:33 -0800 (PST) Date: Tue, 18 Mar 2003 19:12:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add observer notification in normal_stop Message-ID: <20030318191233.GX16507@gnat.com> References: <20030318014944.GJ16507@gnat.com> <20030318015112.GK16507@gnat.com> <3E774057.50209@redhat.com> <20030318182254.GT16507@gnat.com> <3E776CD6.2030807@redhat.com> <20030318190725.GW16507@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030318190725.GW16507@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-03/txt/msg00410.txt.bz2 On Tue, Mar 18, 2003 at 11:07:25AM -0800, Joel Brobecker wrote: > On Tue, Mar 18, 2003 at 02:00:38PM -0500, Andrew Cagney wrote: > > >2003-03-18 J. Brobecker > > > > > > * infrun.c (observer.h): Add #include. > > > (normal_stop): Add call to observer_notify_normal_stop. > > > * Makefile.in (infrun.o): Add dependency on observer.h. > > > > > Yes, thanks. > > I've just checked this in. I forgot to mention: Having moved this notification further down, a change in the documentation will probably be needed. That's on my plate. -- Joel