Lines Matching defs:stop
29 $DB::signal = 0; # signal flag (will cause a stop at the next line)
106 my ($stop, $action);
107 if (($stop,$action) = split(/\0/,$DB::dbline{$DB::lineno})) {
108 if ($stop eq '1') {
112 $stop = 0 unless $stop; # avoid un_init warning
113 $evalarg = "\$DB::signal |= do { $stop; }"; &eval;
509 # client-specific pre/post-stop actions.
538 sub stop {}
572 CLIENT->skippkg('hide::hide') # ask DB not to stop in this package
599 CLIENT->stop(FILE,LINE) # when execution stops
668 Single-step flag. Will be true if the API will stop at the next statement.
730 ask DB not to stop in these packages
768 =item CLIENT->stop()