From 0f061b69fbe16702bfa68e580ee7f855ec986dcf Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Mon, 18 Apr 2005 13:30:11 +0000 Subject: [PATCH] (Backtrace): Describe 'bt full'. --- gdb/doc/gdb.texinfo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3f6b154d573..c7f26bdbf08 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 -- 2.30.2