From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18061 invoked by alias); 28 Feb 2003 07:42:26 -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 18054 invoked from network); 28 Feb 2003 07:42:24 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by 172.16.49.205 with SMTP; 28 Feb 2003 07:42:24 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1DE25D34B7; Thu, 27 Feb 2003 23:42:24 -0800 (PST) Date: Fri, 28 Feb 2003 07:42:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: Re-initializing a list after the control returns to gdb... Message-ID: <20030228074224.GF6112@gnat.com> References: <20030219020101.GI2105@gnat.com> <3E53B97A.4090809@redhat.com> <20030219175056.GP2105@gnat.com> <3E53C88E.90807@redhat.com> <20030219192422.GS2105@gnat.com> <3E53EA7A.8070001@redhat.com> <20030225013722.GM910@gnat.com> <3E5C5CBD.2030201@redhat.com> <20030227071346.GJ910@gnat.com> <3E5E5D11.3000508@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E5E5D11.3000508@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-02/txt/msg00804.txt.bz2 > Can you please add the missing (C) notice and then commit this part > (adding it to the build & makefile). Ok. I checked these files in, after having made some minor modifications, added the headers, some doco, etc. See http://sources.redhat.com/ml/gdb-patches/2003-02/msg00803.html for slightly more details (and the patch). > The testsuite/gdb.gdb directory was created for just this purpose! Ok, will take care of that part in a separate RFA. > >Right, I will add the proper documentation too. Ideally, having the doco > >in an observer.sh script would be great. > > I was thinking of something like: > > Chapter Observing changes in @value{GDBN} internals > Light highlevel commentary largely refering the reader to the patterns book > > Appendix `observer' (observer.texi) > @defun void normal_stop (void) > Normal stop notification. > @end defun I will add some light documentation in gdbint.texi (yet another RFA). -- Joel