From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30134 invoked by alias); 15 Jan 2002 05:35:28 -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 30102 invoked from network); 15 Jan 2002 05:35:25 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 15 Jan 2002 05:35:25 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 444493D2E for ; Tue, 15 Jan 2002 00:35:14 -0500 (EST) Message-ID: <3C43BF92.9000904@cygnus.com> Date: Mon, 14 Jan 2002 21:35: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: gdb-patches@sources.redhat.com Subject: [rfa] Add ``Maintenance Commands'' appendix Content-Type: multipart/mixed; boundary="------------070605060106030001000900" X-SW-Source: 2002-01/txt/msg00411.txt.bz2 This is a multi-part message in MIME format. --------------070605060106030001000900 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 205 Hello, 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? Andrew --------------070605060106030001000900 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1299 2002-01-15 Andrew Cagney * gdb.texinfo (Maintenance Commands): Add appendix. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.70 diff -p -r1.70 gdb.texinfo *** gdb.texinfo 2002/01/11 20:24:14 1.70 --- gdb.texinfo 2002/01/15 05:33:14 *************** Copyright (C) 1988-2001 Free Software Fo *** 149,154 **** --- 149,155 ---- * Command Line Editing:: Command Line Editing * Using History Interactively:: Using History Interactively * Installing GDB:: Installing GDB + * Maintenance Commands:: Maintenance Commands * Index:: Index @end menu *************** There is no convenient way to generate a *** 14850,14855 **** --- 14851,14865 ---- There are many other options available as well, but they are generally needed for special purposes only. + + @node Maintenance Commands + @appendix Maintenance Commands + @cindex maintenance commands + @cindex internal commands + + In addition to commands intended for @value{GDBN} users, @value{GDBN} + includes a number of commands intended, mainly, for @value{GDBN} + developers. They are provided here for reference. @node Index @unnumbered Index --------------070605060106030001000900--