aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2001-12-27 18:41:40 +0000
committerMichael Snyder <msnyder@vmware.com>2001-12-27 18:41:40 +0000
commitf6680716436439d307423b1749afd98ef9d01915 (patch)
treedc98e25bd854774ba3c21ed19e1ff66d2ef04fee /gdb/doc
parent473e38f3467f314c1cadd0d816283d94c3727c2f (diff)
downloadgdb-f6680716436439d307423b1749afd98ef9d01915.zip
gdb-f6680716436439d307423b1749afd98ef9d01915.tar.gz
gdb-f6680716436439d307423b1749afd98ef9d01915.tar.bz2
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo6
2 files changed, 10 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 51725ba..6c40ea4 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 347b0db..d9a9b8b 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -11259,7 +11259,10 @@ Summarize available information about the process.
@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
@@ -11278,6 +11281,7 @@ received.
@item info proc all
Show all the above information about the process.
+@end ignore
@end table
@node DJGPP Native