diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-07 23:43:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-07 23:43:26 +0000 |
commit | 7453dc06bc635473fdc968482e9b336ccd649341 (patch) | |
tree | 453355e88bcecd996d51aea9ac6c1595fd973c6c | |
parent | 9b05f993b4fcbeccea7ed07bd709990f8a88a690 (diff) | |
download | gdb-7453dc06bc635473fdc968482e9b336ccd649341.zip gdb-7453dc06bc635473fdc968482e9b336ccd649341.tar.gz gdb-7453dc06bc635473fdc968482e9b336ccd649341.tar.bz2 |
2003-03-07 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Debugging Output): Mention the "set/show debug
frame" command.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 00935e2..4971d32 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-07 Andrew Cagney <cagney@redhat.com> + + * gdb.texinfo (Debugging Output): Mention the "set/show debug + frame" command. + 2003-03-05 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Document diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 25c0a93..b0ba376 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12973,6 +12973,14 @@ default is off. @item show debug expression Displays the current state of displaying @value{GDBN} expression debugging info. +@kindex set debug frame +@item set debug frame +Turns on or off display of @value{GDBN} frame debugging info. The +default is off. +@kindex show debug frame +@item show debug frame +Displays the current state of displaying @value{GDBN} frame debugging +info. @kindex set debug overload @item set debug overload Turns on or off display of @value{GDBN} C@t{++} overload debugging |