This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] -stack-info-frames


> From: Nick Roberts <nickrob@snap.net.nz>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]