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