Lines Matching defs:fake
1726 # If we're in single-step mode, or an interrupt (real or fake)
1795 # Yep! Show the difference, and fake an interrupt.
1876 Special check: if we're in package C<DB::fake>, we've gone through the
1882 elsif ($package eq 'DB::fake') {
1896 } ## end elsif ($package eq 'DB::fake')
7900 =item 3. An C<eval> (the debugger gets a C<(eval N)> fake file for each C<eval>).
8158 We then call C<DB::fake::at_exit()>, which returns the C<Use 'q' to quit ...">
8173 DB::fake::at_exit() unless $fall_off_end or $runnonstop;
8568 =head1 C<DB::fake>
8576 package DB::fake;