* gdb.texinfo (info proc): Comment out documentation for
'info proc' sub-options that are currently not implemented.
+2001-12-26 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.texinfo (info proc): Comment out documentation for
+ 'info proc' sub-options that are currently not implemented.
+
2001-12-20 Jim Blandy <jimb@redhat.com>
* gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
@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
+@comment These sub-options of 'info proc' were not included when
+@comment procfs.c was re-written. Keep their descriptions around
+@comment against the day when someone finds the time to put them back in.
@kindex info proc times
@item info proc times
Starting time, user CPU time, and system CPU time for your program and
@item info proc all
Show all the above information about the process.
+@end ignore
@end table
@node DJGPP Native