From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16391 invoked by alias); 18 Mar 2003 19:00:48 -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 16313 invoked from network); 18 Mar 2003 19:00:48 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 18 Mar 2003 19:00:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 84CA52B11; Tue, 18 Mar 2003 14:00:38 -0500 (EST) Message-ID: <3E776CD6.2030807@redhat.com> Date: Tue, 18 Mar 2003 19:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add observer notification in normal_stop References: <20030318014944.GJ16507@gnat.com> <20030318015112.GK16507@gnat.com> <3E774057.50209@redhat.com> <20030318182254.GT16507@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00407.txt.bz2 > 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. Andrew