From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7051 invoked by alias); 20 Jun 2005 03:41:16 -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 7044 invoked by uid 22791); 20 Jun 2005 03:41:13 -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; Mon, 20 Jun 2005 03:41:13 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-59-164.inter.net.il [80.230.59.164]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EQQ22934 (AUTH halo1); Mon, 20 Jun 2005 06:41:07 +0300 (IDT) Date: Mon, 20 Jun 2005 03:41:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb-patches@sources.redhat.com In-reply-to: <17077.62086.987646.799038@farnswood.snap.net.nz> (message from Nick Roberts on Mon, 20 Jun 2005 10:32:38 +1200) Subject: Re: [PATCH] -stack-info-frames Reply-to: Eli Zaretskii References: <20050617230130.GB21178@nevyn.them.org> <20050617231425.GA22254@nevyn.them.org> <17075.30993.384316.356236@farnswood.snap.net.nz> <20050618015756.GA30430@nevyn.them.org> <17075.57612.684597.392526@farnswood.snap.net.nz> <20050618155742.GB3663@nevyn.them.org> <17076.42233.730605.834264@farnswood.snap.net.nz> <20050618232032.GA28368@nevyn.them.org> <17076.59646.873454.551250@farnswood.snap.net.nz> <20050619145612.GA8219@nevyn.them.org> <17077.62086.987646.799038@farnswood.snap.net.nz> X-SW-Source: 2005-06/txt/msg00310.txt.bz2 > From: Nick Roberts > Date: Mon, 20 Jun 2005 10:32:38 +1200 > Cc: gdb-patches@sources.redhat.com > > + > + @subheading The @code{-stack-info-frame} Command > + @findex -stack-info-frame > + > + @subsubheading Synopsis > + > + @smallexample > + -stack-info-frame > + @end smallexample > + > + Get info on the selected frame. > + > + @subsubheading @value{GDBN} Command > + > + The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame} > + (without arguments). > + > + @subsubheading Example > + > + @smallexample > + (@value{GDBP}) > + -stack-info-frame > + ^done,frame=@{level="1",addr="0x0001076c",func="callee3", > + file="../../../devo/gdb/testsuite/gdb.mi/basics.c", > + fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@} > + (@value{GDBP}) > + @end smallexample > + > @subheading The @code{-stack-info-depth} Command > @findex -stack-info-depth This is okay, thanks.