From c5047b8e186d87160eed53990d87cfe8111fbf38 Mon Sep 17 00:00:00 2001 From: jimb Date: Sun, 3 Feb 2008 18:55:27 +0000 Subject: [PATCH] * gdb.texinfo (Help): Summarize 'info args' correctly. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index aeadccd869..e2152a157f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-02-01 Jim Blandy + + * gdb.texinfo (Help): Summarize 'info args' correctly. + 2008-01-30 Thiago Jung Bauermann * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5b4b2fe027..8754350852 100644 --- a/gdb/doc/gdb.texinfo +++ b/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 -- 2.11.0