From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6838 invoked by alias); 10 Mar 2003 18:46:21 -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 6820 invoked from network); 10 Mar 2003 18:46:14 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (209.53.16.215) by 172.16.49.205 with SMTP; 10 Mar 2003 18:46:14 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6483CD34B6; Mon, 10 Mar 2003 10:46:16 -0800 (PST) Date: Mon, 10 Mar 2003 18:46:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA/doco] Add documentation for observer.[hc] (gdbint.texinfo) Message-ID: <20030310184616.GC967@gnat.com> References: <20030309065155.GB966@gnat.com> <20030309153623.GA16348@nevyn.them.org> <3E6CA432.8050405@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E6CA432.8050405@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-03/txt/msg00223.txt.bz2 > Just FYI, the above is an appendix (not a chapter) that contains just > the list of observer methods and their specification. See the recent > discussion about moving the architecture vector doco to an appendix > doc/gdbarch.texi for the rationale. Ah, you'd like to add the specifications too? I didn't see any added value in doing so, but now that I think more about it, it's because the current methods do not need to pass any argument/data. But it is likely that some of the future observers will provide some, in which case the specifications and their associated description will be useful. Will add the specs for the normal_stop observers, then. > As for just before/after the GFDL, who knows. I just looked at a couple of books, and the GFDL was the last appendix. I will put change my patch to leave it last too. -- Joel