From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14150 invoked by alias); 18 Mar 2003 19:07:25 -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 14050 invoked from network); 18 Mar 2003 19:07:22 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 18 Mar 2003 19:07:22 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D0820D34B8; Tue, 18 Mar 2003 11:07:25 -0800 (PST) Date: Tue, 18 Mar 2003 19:07: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: <20030318190725.GW16507@gnat.com> References: <20030318014944.GJ16507@gnat.com> <20030318015112.GK16507@gnat.com> <3E774057.50209@redhat.com> <20030318182254.GT16507@gnat.com> <3E776CD6.2030807@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E776CD6.2030807@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-03/txt/msg00409.txt.bz2 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. Thanks, -- Joel