This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH: doco] Describe 'bt full' in manual


'bt full' is described in the online help but not the manual.

Nick


diff -c /home/nick/src/gdb/doc/gdb.texinfo.\~1.245.\~ /home/nick/src/gdb/doc/gdb.texinfo
*** /home/nick/src/gdb/doc/gdb.texinfo.~1.245.~	2005-04-17 08:46:47.000000000 +1200
--- /home/nick/src/gdb/doc/gdb.texinfo	2005-04-17 09:14:20.000000000 +1200
***************
*** 4133,4138 ****
--- 4133,4142 ----
  @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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]