From: Nick Roberts Date: Sun, 19 Jun 2005 03:16:32 +0000 (+0000) Subject: (GDB/MI Stack Manipulation): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcaaae044f52934d5196477f452194ba7f10ad68;p=binutils-gdb.git (GDB/MI Stack Manipulation): Re-instate -stack-info-frame with example. Say that it gets info on selected frame, not current frame. --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0dd2f55e7d2..4a8ada9b5a3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19223,6 +19223,34 @@ Signal handling commands are not implemented. @node GDB/MI Stack Manipulation @section @sc{gdb/mi} Stack Manipulation Commands + +@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