From 12ba45387b2a7904d2ab033f66c162f6aad98b91 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 21 May 2008 17:57:21 +0000 Subject: [PATCH] * gdb.texinfo (Continuing and Stepping): Document the new "fin" abbreviation for "finish". --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index be1b34c5a7..7730d0cd33 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-05-21 Joel Brobecker + + * gdb.texinfo (Continuing and Stepping): Document the new "fin" + abbreviation for "finish". + 2008-05-21 Nick Roberts * annotate.texinfo (Multi-threaded Apps): New node for new annotation. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c7fc4ac6a2..5dc197a2e1 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}). -- 2.11.0