diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 147a099..0c5f647 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-02 Joel Brobecker <brobecker@adacore.com> + + * gdb.texinfo (Print Settings): Add kindex for command "set + print frame-arguments". + 2009-03-31 Joel Brobecker <brobecker@adacore.com> * gdb.texinfo (Ada Tasks): Add documentation about task-specific diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8b1467e..eaac24f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6973,6 +6973,7 @@ Display the number of elements of a large array that @value{GDBN} will print. If the number is 0, then the printing is unlimited. @item set print frame-arguments @var{value} +@kindex set print frame-arguments @cindex printing frame argument values @cindex print all frame argument values @cindex print frame argument values for scalars only |