From dcaaae044f52934d5196477f452194ba7f10ad68 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 19 Jun 2005 03:16:32 +0000 Subject: [PATCH] (GDB/MI Stack Manipulation): Re-instate -stack-info-frame with example. Say that it gets info on selected frame, not current frame. --- gdb/doc/gdb.texinfo | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0dd2f55..4a8ada9 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 -- 2.7.4