Finish And Until
- 'finish' lets the current function execute until it finishes.
- 'until <source line> makes gdb continue program execution until the
given line is reached.
- Note: 'until' can only be executed if the program already runs.
Originally written by
guy keren