From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12941 invoked by alias); 18 Jun 2005 08:25:39 -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 12895 invoked by uid 22791); 18 Jun 2005 08:25:30 -0000 Received: from legolas.inter.net.il (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 18 Jun 2005 08:25:30 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-159-161.inter.net.il [80.230.159.161]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EQJ59745 (AUTH halo1); Sat, 18 Jun 2005 11:25:00 +0300 (IDT) Date: Sat, 18 Jun 2005 08:25:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts , gdb-patches@sources.redhat.com In-reply-to: <20050618015756.GA30430@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 17 Jun 2005 21:57:57 -0400) Subject: Re: [PATCH] -stack-info-frames Reply-to: Eli Zaretskii References: <17075.21529.964955.923197@farnswood.snap.net.nz> <20050617230130.GB21178@nevyn.them.org> <20050617231425.GA22254@nevyn.them.org> <17075.30993.384316.356236@farnswood.snap.net.nz> <20050618015756.GA30430@nevyn.them.org> X-SW-Source: 2005-06/txt/msg00276.txt.bz2 > Date: Fri, 17 Jun 2005 21:57:57 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sources.redhat.com > > Not sure what we could add to the docs. This is what's there: > If invoked without arguments, this command prints a backtrace for the > whole stack. If given two integer arguments, it shows the frames whose > levels are between the two arguments (inclusive). If the two arguments > are equal, it shows the single frame at the corresponding level. Is the actual/new behavior any different, and if so, how?