diff options
-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 |