* gdb.texinfo (Continuing and Stepping): Document the new "fin"

abbreviation for "finish".
This commit is contained in:
Joel Brobecker 2008-05-21 17:57:21 +00:00
parent 5943254b56
commit 8dfa32fcf5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-05-21 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Continuing and Stepping): Document the new "fin"
abbreviation for "finish".
2008-05-21 Nick Roberts <nickrob@snap.net.nz>
* annotate.texinfo (Multi-threaded Apps): New node for new annotation.

View File

@ -4127,9 +4127,11 @@ Show whether @value{GDBN} will stop in or step over functions without
source line debug information.
@kindex finish
@kindex fin @r{(@code{finish})}
@item finish
Continue running until just after function in the selected stack frame
returns. Print the returned value (if any).
returns. Print the returned value (if any). This command can be
abbreviated as @code{fin}.
Contrast this with the @code{return} command (@pxref{Returning,
,Returning from a Function}).