diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-05-21 17:57:21 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-05-21 17:57:21 +0000 |
commit | 8dfa32fcf51bab6def25329e4663f8100cb6b5dc (patch) | |
tree | 5f0feb0ef2d40e13fcfa64d20732a8da0728fa7c | |
parent | 5943254b565979c5d7152b2fa7f2012e80499682 (diff) | |
download | gdb-8dfa32fcf51bab6def25329e4663f8100cb6b5dc.zip gdb-8dfa32fcf51bab6def25329e4663f8100cb6b5dc.tar.gz gdb-8dfa32fcf51bab6def25329e4663f8100cb6b5dc.tar.bz2 |
* gdb.texinfo (Continuing and Stepping): Document the new "fin"
abbreviation for "finish".
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index be1b34c..7730d0c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c7fc4ac..5dc197a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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}). |