From: Roland Pesch Date: Mon, 6 Apr 1992 23:40:23 +0000 (+0000) Subject: Updates to text on "info proc". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc9bc574ec59b05c4d07b6d5176f88a5915731ac;p=binutils-gdb.git Updates to text on "info proc". --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3c4f179dff0..feed61baa2b 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