* infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
This commit is contained in:
parent
214be669de
commit
0e479716ae
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-05-21 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
|
||||
|
||||
2008-05-21 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* frame.h (SIZEOF_FRAME_SAVED_REGS): Remove.
|
||||
|
|
|
@ -2251,6 +2251,7 @@ Argument N means do this N times (or till program stops for another reason)."));
|
|||
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\
|
||||
|
|
Loading…
Reference in a new issue