* gdb.texinfo (SVR4 Process Information): Document missing
"info proc" subcommands.
This commit is contained in:
parent
a93478eab4
commit
0c631110f4
2 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-11-29 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (SVR4 Process Information): Document missing
|
||||||
|
"info proc" subcommands.
|
||||||
|
|
||||||
2012-11-29 Yao Qi <yao@codesourcery.com>
|
2012-11-29 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
PR gdb/1477.
|
PR gdb/1477.
|
||||||
|
|
|
@ -18676,6 +18676,21 @@ a thread from the process being debugged (the leading @samp{/} still
|
||||||
needs to be present, or else @value{GDBN} will interpret the number as
|
needs to be present, or else @value{GDBN} will interpret the number as
|
||||||
a process ID rather than a thread ID).
|
a process ID rather than a thread ID).
|
||||||
|
|
||||||
|
@item info proc cmdline
|
||||||
|
@cindex info proc cmdline
|
||||||
|
Show the original command line of the process. This command is
|
||||||
|
specific to @sc{gnu}/Linux.
|
||||||
|
|
||||||
|
@item info proc cwd
|
||||||
|
@cindex info proc cwd
|
||||||
|
Show the current working directory of the process. This command is
|
||||||
|
specific to @sc{gnu}/Linux.
|
||||||
|
|
||||||
|
@item info proc exe
|
||||||
|
@cindex info proc exe
|
||||||
|
Show the name of executable of the process. This command is specific
|
||||||
|
to @sc{gnu}/Linux.
|
||||||
|
|
||||||
@item info proc mappings
|
@item info proc mappings
|
||||||
@cindex memory address space mappings
|
@cindex memory address space mappings
|
||||||
Report the memory address space ranges accessible in the program, with
|
Report the memory address space ranges accessible in the program, with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue