aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-10-14 00:21:13 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-10-14 00:21:13 +0000
commitdd74f6ae66de2fec594b0b4321da80647a449373 (patch)
treee1071535d4ea8848d2320d1b5810ac04e56850d0 /gdb
parentde3aea7bdda4cec87c16211bf3cb22887070b2e4 (diff)
downloadgdb-dd74f6ae66de2fec594b0b4321da80647a449373.zip
gdb-dd74f6ae66de2fec594b0b4321da80647a449373.tar.gz
gdb-dd74f6ae66de2fec594b0b4321da80647a449373.tar.bz2
(Backtrace): Order correctly and add other cases.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ddc78c5..40c960c 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -4466,8 +4466,10 @@ Similar, but print only the innermost @var{n} frames.
Similar, but print only the outermost @var{n} frames.
@item backtrace full
-Print the values of the local variables also.
@itemx bt full
+@itemx bt full @var{n}
+@itemx bt full -@var{n}
+Print the values of the local variables also.
@end table
@kindex where