Lines Matching defs:restart

151 the restart code; the debugger state variables are saved in C<%ENV> and then
707 # after a restart
1177 we'll need it if we restart.
1186 # much with it. We'll need this if we have to restart.
1372 This section handles the restart command. When the C<R> command is invoked, it
1378 PERLDB_RESTART - flag only, contains no restart data itself.
1465 # We're restarting, so we don't need the flag that says to restart anymore.
1468 # $restart = 1;
2306 # R - restart execution.
2307 # rerun - controlled restart execution.
2316 my @args = ($cmd_cmd eq 'R' ? restart() : rerun($cmd_params));
2318 # Close all non-system fds for a clean restart. A more
3094 So why have two labels to restart the loop? Because sometimes, it's easier to
3148 # This is a restart point for commands that didn't arrive
3192 try to execute further, cleaning any restart-related stuff out of the
3414 =head4 C<R> - restart
3666 Debugged program terminated. Use B<q> to quit or B<R> to restart,
3984 # Print the command to be executed and restart the loop
7620 variables during a restart.
7752 on restart.
7824 the value in case a restart is done so we can change it then.
7840 setting in case the user does a restart.
7873 debugger remembers the setting in case you restart, though.
8205 B<R> Poor man's restart of the debugger, some of debugger state
8275 B<q> or B<^D> Quit B<R> Attempt a restart
8381 B<R> Poor man's restart of the debugger, some of debugger state
8449 B<q> or B<^D> Quit B<R> Attempt a restart
9598 print $OUT "Use 'q' to quit or 'R' to restart. 'h q' for details.\n";
9604 environment. Used by the C<R> (restart) command.
9719 @args = restart(); # setup
9726 =item restart
9734 sub restart {
9934 }; # end restart
10399 "Debugged program terminated. Use 'q' to quit or 'R' to restart.";