diff options
author | Tom Tromey <tromey@redhat.com> | 2010-09-13 18:27:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-09-13 18:27:04 +0000 |
commit | 7d288aaabf36bc30d27a8fee6d56a6e31daeab92 (patch) | |
tree | 9ace93a1889f8a37285647abf7d1a4d03cce7a5d /gdb | |
parent | 1863c96c057ea959bd882a4589c6cfdc0a944eec (diff) | |
download | fsf-binutils-gdb-7d288aaabf36bc30d27a8fee6d56a6e31daeab92.zip fsf-binutils-gdb-7d288aaabf36bc30d27a8fee6d56a6e31daeab92.tar.gz fsf-binutils-gdb-7d288aaabf36bc30d27a8fee6d56a6e31daeab92.tar.bz2 |
* gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
Document "fullname" and "from".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e892e39..39c1e70 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-09-13 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: + Document "fullname" and "from". + 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com> * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 36552e2..54941b6 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 |