Index: infcmd.c =================================================================== RCS file: /cvs/src/src/gdb/infcmd.c,v retrieving revision 1.182 diff -u -p -r1.182 infcmd.c --- infcmd.c 6 May 2008 21:34:59 -0000 1.182 +++ infcmd.c 21 May 2008 04:42:56 -0000 @@ -2251,6 +2251,7 @@ Argument N means do this N times (or til add_com ("finish", class_run, finish_command, _("\ Execute until selected stack frame returns.\n\ Upon return, the value returned is printed and put in the value history.")); + add_com_alias ("fin", "finish", class_run, 1); add_com ("next", class_run, next_command, _("\ Step program, proceeding through subroutine calls.\n\