From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21695 invoked by alias); 14 Oct 2006 18:35:11 -0000 Received: (qmail 21687 invoked by uid 22791); 14 Oct 2006 18:35:11 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 14 Oct 2006 18:35:09 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-160-108.inter.net.il [80.230.160.108]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ASK31567 (AUTH halo1); Sat, 14 Oct 2006 19:34:56 +0200 (IST) Date: Sat, 14 Oct 2006 18:35:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb-patches@sources.redhat.com In-reply-to: <17712.11682.59131.269703@kahikatea.snap.net.nz> (message from Nick Roberts on Sat, 14 Oct 2006 13:21:54 +1300) Subject: Re: [commit] gdb.texinfo Reply-to: Eli Zaretskii References: <17712.11682.59131.269703@kahikatea.snap.net.nz> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00162.txt.bz2 > From: Nick Roberts > 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 * 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