* gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
Document "fullname" and "from".
This commit is contained in:
parent
1863c96c05
commit
7d288aaabf
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue