From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30466 invoked by alias); 26 Dec 2001 22:28:20 -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 30430 invoked from network); 26 Dec 2001 22:28:16 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 26 Dec 2001 22:28:16 -0000 Received: from cygnus.com (reddwarf.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA07876; Wed, 26 Dec 2001 14:28:08 -0800 (PST) Message-ID: <3C2A4E05.276BA97D@cygnus.com> Date: Wed, 26 Dec 2001 14:28:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC] Add back the 'info proc mappings' command. References: <200112212259.OAA18720@cleaver.cygnus.com> <3C25CB29.F557748B@is.elta.co.il> <3C2A2270.CEE6B1F6@cygnus.com> <9427-Wed26Dec2001222739+0200-eliz@is.elta.co.il> Content-Type: multipart/mixed; boundary="------------DF14814F73E7545458C9A2AC" X-SW-Source: 2001-12/txt/msg00582.txt.bz2 This is a multi-part message in MIME format. --------------DF14814F73E7545458C9A2AC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 276 Eli Zaretskii wrote: > > > Date: Wed, 26 Dec 2001 11:18:08 -0800 > > From: Michael Snyder > > > > I don't know how to comment out a section of a texinfo file. > > Put "@ignore..@end ignore" around the part you want to comment out. Ah, OK -- how's this? --------------DF14814F73E7545458C9A2AC Content-Type: text/plain; charset=us-ascii; name="infoproc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="infoproc.patch" Content-length: 1322 Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.59 diff -c -3 -p -r1.59 gdb.texinfo *** gdb.texinfo 2001/11/30 23:03:09 1.59 --- gdb.texinfo 2001/12/26 20:51:35 2001-12-26 Michael Snyder * gdb.texinfo (info proc): Remove documentation for 'info proc' sub-options that are currently not implemented. *************** Summarize available information about th *** 11259,11265 **** @item info proc mappings Report on the address ranges accessible in the program, with information on whether your program may read, write, or execute each range. ! @kindex info proc times @item info proc times Starting time, user CPU time, and system CPU time for your program and --- 11283,11289 ---- @item info proc mappings Report on the address ranges accessible in the program, with information on whether your program may read, write, or execute each range. ! @ignore @kindex info proc times @item info proc times Starting time, user CPU time, and system CPU time for your program and *************** received. *** 11278,11283 **** --- 11302,11308 ---- @item info proc all Show all the above information about the process. + @end ignore @end table @node DJGPP Native --------------DF14814F73E7545458C9A2AC--