summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-07 23:43:26 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-07 23:43:26 +0000
commit0cd55e04d010566c4268c7d41484b3018b4de199 (patch)
treecb851b564dab239f26a65683b2598982028d456b
parent62bf14d79f647d0c8e9c47a5a29888a29324d22a (diff)
downloadgdb-0cd55e04d010566c4268c7d41484b3018b4de199.tar.gz
2003-03-07 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Debugging Output): Mention the "set/show debug frame" command.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo8
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 00935e27748..4971d3268fa 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 25c0a9334fd..b0ba376fab4 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