From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27535 invoked by alias); 14 Oct 2006 00:24:51 -0000 Received: (qmail 27524 invoked by uid 22791); 14 Oct 2006 00:24:51 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 14 Oct 2006 00:24:48 +0000 Received: from kahikatea.snap.net.nz (p202-124-120-198.snap.net.nz [202.124.120.198]) by viper.snap.net.nz (Postfix) with ESMTP id 75C7C7BAF86 for ; Sat, 14 Oct 2006 13:24:45 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 4B275BE447; Sat, 14 Oct 2006 13:21:55 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17712.11682.59131.269703@kahikatea.snap.net.nz> Date: Sat, 14 Oct 2006 00:24:00 -0000 To: gdb-patches@sources.redhat.com Subject: [commit] gdb.texinfo X-Mailer: VM 7.19 under Emacs 22.0.50.25 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/msg00161.txt.bz2 This tidies up an earlier change that I made. Committed as obvious. -- Nick http://www.inet.net.nz/~nickrob 2006-10-14 Nick Roberts * 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