diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-06-19 03:16:32 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-06-19 03:16:32 +0000 |
commit | dcaaae044f52934d5196477f452194ba7f10ad68 (patch) | |
tree | af17db678c3dabfb200ee063e708ebd63de9cadc /gdb/doc | |
parent | 29629dcf1e13310fda9953fe974809e7d4306c59 (diff) | |
download | gdb-dcaaae044f52934d5196477f452194ba7f10ad68.zip gdb-dcaaae044f52934d5196477f452194ba7f10ad68.tar.gz gdb-dcaaae044f52934d5196477f452194ba7f10ad68.tar.bz2 |
(GDB/MI Stack Manipulation):
Re-instate -stack-info-frame with example. Say that it gets
info on selected frame, not current frame.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 28 |
1 files changed, 28 insertions, 0 deletions
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 |