aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-04-06 23:40:23 +0000
committerRoland Pesch <pesch@cygnus>1992-04-06 23:40:23 +0000
commitcc9bc574ec59b05c4d07b6d5176f88a5915731ac (patch)
tree8ae8ca4bdbf18de567b1971795d19cff1f54aafe /gdb
parent995e7f86f32b2052772d1fa1840aa95e7d798dd2 (diff)
downloadgdb-cc9bc574ec59b05c4d07b6d5176f88a5915731ac.zip
gdb-cc9bc574ec59b05c4d07b6d5176f88a5915731ac.tar.gz
gdb-cc9bc574ec59b05c4d07b6d5176f88a5915731ac.tar.bz2
Updates to text on "info proc".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo11
1 files changed, 7 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 3c4f179..feed61b 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1718,10 +1718,10 @@ breakpoint settings).
@kindex /proc
@cindex process image
Some operating systems provide a facility called @samp{/proc} that can
-be used to examine the image of a running process as a file. If _GDBN__
-is configured for an operating system with this facility, the command
-@code{info proc} is available to report on several kinds of information
-about the process running your program.
+be used to examine the image of a running process using file-system
+subroutines. If _GDBN__ is configured for an operating system with this
+facility, the command @code{info proc} is available to report on several
+kinds of information about the process running your program.
@table @code
@item info proc
@@ -1748,6 +1748,9 @@ the id of its parent, the process group id, and the session id.
General information on the state of the process. If the process is
stopped, this report includes the reason for stopping, and any signal
received.
+
+@item info proc all
+Show all the above information about the process.
@end table
@node Stopping, Stack, Running, Top