This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFC] Add back the 'info proc mappings' command.


Eli Zaretskii wrote:
> 
> > Date: Wed, 26 Dec 2001 11:18:08 -0800
> > From: Michael Snyder <msnyder@cygnus.com>
> >
> > 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?
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  <msnyder@redhat.com>

	* 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]