abbreviation for "finish".
+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.
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}).