* gdb.texinfo (Continuing and Stepping): Document the new "fin"
authorJoel Brobecker <brobecker@gnat.com>
Wed, 21 May 2008 17:57:21 +0000 (17:57 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 21 May 2008 17:57:21 +0000 (17:57 +0000)
        abbreviation for "finish".

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index be1b34c5a7385589186be96a184f41012267ae5b..7730d0cd337f8edfb4710d9d5bda0df715d39cec 100644 (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.
index c7fc4ac6a29523862fc2a6de669b4a551fc49518..5dc197a2e142307898184bfa7e206985ed225e9b 100644 (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}).