From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5496 invoked by alias); 16 Jan 2002 05:57:50 -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 5464 invoked from network); 16 Jan 2002 05:57:48 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 16 Jan 2002 05:57:48 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id D516C3D47; Wed, 16 Jan 2002 00:57:37 -0500 (EST) Message-ID: <3C451650.3000506@cygnus.com> Date: Tue, 15 Jan 2002 21:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Michael Snyder Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [rfa] Add ``Maintenance Commands'' appendix References: <3C448ED5.6070409@cygnus.com> <3C448F64.5B7C5CAD@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00445.txt.bz2 > Andrew Cagney wrote: > >> > >> > On Tue, 15 Jan 2002, Andrew Cagney wrote: >> > >> > > >> >> This was suggested long ago as a way of incorporating the maintenance >> >> commands (one of those strange GDB interfaces that should be in the user >> >> guide but can't be made to fit). >> >> >> >> Thoughts? > >> > >> > >> > I'm for it, but such a change should include moving the few maint >> > commands already documented in gdb.texinfo into this appendix. > >> >> Found one (there are not too many): > > > Don't forget maint info sections I'll get to it (there are only 4-5 in total). BTW, the reason for posting this is to try and un-stuck a really old profile patch. One of the things it tripped up on was doco - it needed this new section. Andrew