This is the mail archive of the gdb-patches@sourceware.org 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]

[commit] gdb.texinfo


This tidies up an earlier change that I made.  Committed as obvious.

-- 
Nick                                           http://www.inet.net.nz/~nickrob



2006-10-14  Nick Roberts  <nickrob@snap.net.nz>

	* gdb.texinfo (Backtrace): Order correctly and add other cases.



*** /home/nickrob/src/gdb/doc/gdb.texinfo.~1.356~	2006-10-14 13:16:41.000000000 +1300
--- /home/nickrob/src/gdb/doc/gdb.texinfo	2006-10-14 13:14:49.000000000 +1300
***************
*** 4466,4473 ****
  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
--- 4466,4475 ----
  Similar, but print only the outermost @var{n} frames.
  
  @item backtrace full
  @itemx bt full
+ @itemx bt full @var{n}
+ @itemx bt full -@var{n}
+ Print the values of the local variables also.
  @end table
  
  @kindex where


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