RestartΒΆ

restart

Restart debugger and program via an exec() call. All state is lost, and new copy of the debugger is used.

See also

run for another way to restart the debugged program. quit, or kill for termination commands.