From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23472 invoked by alias); 16 Apr 2005 21:37:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23115 invoked from network); 16 Apr 2005 21:37:17 -0000 Received: from unknown (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org with SMTP; 16 Apr 2005 21:37:17 -0000 Received: from farnswood.snap.net.nz (p209-tnt2.snap.net.nz [202.124.108.209]) by viper.snap.net.nz (Postfix) with ESMTP id F338D4ADC2E for ; Sun, 17 Apr 2005 09:37:15 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 2AF0B62A99; Sat, 16 Apr 2005 22:20:06 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16993.33158.319548.604550@farnswood.snap.net.nz> Date: Sat, 16 Apr 2005 21:37:00 -0000 To: gdb-patches@sources.redhat.com Subject: [PATCH: doco] Describe 'bt full' in manual X-SW-Source: 2005-04/txt/msg00184.txt.bz2 '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