Browse Source

* gdb.texinfo (Help): Summarize 'info args' correctly.

insight_6_8-branch
Jim Blandy 19 years ago
parent
commit
cda4ce5a10
  1. 4
      gdb/doc/ChangeLog
  2. 2
      gdb/doc/gdb.texinfo

4
gdb/doc/ChangeLog

@ -1,3 +1,7 @@
2008-02-01 Jim Blandy <jimb@red-bean.com>
* gdb.texinfo (Help): Summarize 'info args' correctly.
2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
* gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers

2
gdb/doc/gdb.texinfo

@ -1651,7 +1651,7 @@ all the sub-commands. @xref{Index}.
@kindex i @r{(@code{info})}
@item info
This command (abbreviated @code{i}) is for describing the state of your
program. For example, you can list the arguments given to your program
program. For example, you can show the arguments passed to a function
with @code{info args}, list the registers currently in use with @code{info
registers}, or list the breakpoints you have set with @code{info breakpoints}.
You can get a complete list of the @code{info} sub-commands with

Loading…
Cancel
Save