aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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