diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-04-18 13:30:11 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-04-18 13:30:11 +0000 |
commit | 0f061b69fbe16702bfa68e580ee7f855ec986dcf (patch) | |
tree | 1805ded9c29415f7f478c9bb0efbee2ca9274caa /gdb/doc | |
parent | 6f61acb103f004b7a3a6f95e7b5d6852dd1d31db (diff) | |
download | gdb-0f061b69fbe16702bfa68e580ee7f855ec986dcf.zip gdb-0f061b69fbe16702bfa68e580ee7f855ec986dcf.tar.gz gdb-0f061b69fbe16702bfa68e580ee7f855ec986dcf.tar.bz2 |
(Backtrace): Describe 'bt full'.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3f6b154..c7f26bd 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -4133,6 +4133,10 @@ Similar, but print only the innermost @var{n} frames. @item backtrace -@var{n} @itemx bt -@var{n} Similar, but print only the outermost @var{n} frames. + +@item backtrace full +Print the values of the local variables also. +@itemx bt full @end table @kindex where |