From e408d7c8c0dc156abe4feda52f634f86f29360c5 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 13 Sep 2010 18:27:04 +0000 Subject: [PATCH] * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: Document "fullname" and "from". --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e892e3965c..39c1e70e09 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-09-13 Tom Tromey + + * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: + Document "fullname" and "from". + 2010-09-01 Marc Khouzam * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 36552e23e0..54941b6401 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 -- 2.11.0