From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4118 invoked by alias); 10 Mar 2003 14:41:55 -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 4046 invoked from network); 10 Mar 2003 14:41:55 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by 172.16.49.205 with SMTP; 10 Mar 2003 14:41:55 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7F6FD2A9C; Mon, 10 Mar 2003 09:41:54 -0500 (EST) Message-ID: <3E6CA432.8050405@redhat.com> Date: Mon, 10 Mar 2003 14:41: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: Daniel Jacobowitz Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: [RFA/doco] Add documentation for observer.[hc] (gdbint.texinfo) References: <20030309065155.GB966@gnat.com> <20030309153623.GA16348@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00211.txt.bz2 > *************** >> *** 95,100 **** >> --- 95,101 ---- >> * Hints:: >> >> * GNU Free Documentation License:: The license for this documentation >> + * GDB Observers:: @value{GDBN} Observers currently available >> * Index:: >> @end menu >> > > > Between the GFDL and the Index is probably not a good place for the new > chapter. 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. As for just before/after the GFDL, who knows. Andrew