diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3f6b154d57..c7f26bdbf0 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