]> Git Repo - binutils.git/commitdiff
* gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
authorTom Tromey <[email protected]>
Mon, 13 Sep 2010 18:27:04 +0000 (18:27 +0000)
committerTom Tromey <[email protected]>
Mon, 13 Sep 2010 18:27:04 +0000 (18:27 +0000)
Document "fullname" and "from".

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index e892e3965c628a1b62450d39faa4dd89f784714e..39c1e70e0953c20c62753271130f9d13eeb75387 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-13  Tom Tromey  <[email protected]>
+
+       * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
+       Document "fullname" and "from".
+
 2010-09-01  Marc Khouzam  <[email protected]>
 
        * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
index 36552e23e024d87cd947413e31e684da0de15c3c..54941b6401f3563354cc75ede7d7974562c0ad92 100644 (file)
@@ -26041,8 +26041,13 @@ The @code{$pc} value for that frame.
 Function name.
 @item @var{file}
 File name of the source file where the function lives.
+@item @var{fullname}
+The full file name of the source file where the function lives.
 @item @var{line}
 Line number corresponding to the @code{$pc}.
+@item @var{from}
+The shared library where this function is defined.  This is only given
+if the frame's function is not known.
 @end table
 
 If invoked without arguments, this command prints a backtrace for the
This page took 0.099654 seconds and 4 git commands to generate.