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]

Re: [commit] gdb.texinfo


> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Sat, 14 Oct 2006 13:21:54 +1300
> 
> This tidies up an earlier change that I made.  Committed as obvious.

Thanks.  I applied a minor fix as shown:

2006-10-14  Eli Zaretskii  <eliz@gnu.org>

	* gdb.texinfo (Backtrace): Fix last change.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -r1.357 -r1.358
--- gdb.texinfo	14 Oct 2006 00:21:13 -0000	1.357
+++ gdb.texinfo	14 Oct 2006 18:34:02 -0000	1.358
@@ -4469,7 +4469,8 @@
 @itemx bt full
 @itemx bt full @var{n}
 @itemx bt full -@var{n}
-Print the values of the local variables also.
+Print the values of the local variables also.  @var{n} specifies the
+number of frames to print, like described above.
 @end table
 
 @kindex where


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