@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
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