* gdb.texinfo (Backtrace): Fix last change.
This commit is contained in:
parent
dd74f6ae66
commit
e7109c7e3b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-10-14 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* gdb.texinfo (Backtrace): Fix last change.
|
||||||
|
|
||||||
2006-10-14 Nick Roberts <nickrob@snap.net.nz>
|
2006-10-14 Nick Roberts <nickrob@snap.net.nz>
|
||||||
|
|
||||||
* gdb.texinfo (Backtrace): Order correctly and add other cases.
|
* gdb.texinfo (Backtrace): Order correctly and add other cases.
|
||||||
|
|
|
@ -4469,7 +4469,8 @@ Similar, but print only the outermost @var{n} frames.
|
||||||
@itemx bt full
|
@itemx bt full
|
||||||
@itemx bt full @var{n}
|
@itemx bt full @var{n}
|
||||||
@itemx bt full -@var{n}
|
@itemx bt full -@var{n}
|
||||||
Print the values of the local variables also.
|
Print the values of the local variables also. @var{n} specifies the
|
||||||
|
number of frames to print, like described above.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@kindex where
|
@kindex where
|
||||||
|
|
Loading…
Add table
Reference in a new issue