Lines Matching refs:control

35 to allow a significant amount of control of the debugger from outside the
65 which lets the debugger get control inside of C<eval>'ed code. The debugger
260 Used to control when the debugger will attempt to acquire another TTY to be
396 restore them when it returns control.
511 C<$^E>, C<$,>, C<$/>, C<$\>, and C<$^W>, grabbed when C<DB::DB> got control,
575 the eval, but we need some way to control how punctuation variables and
663 # However, one should not overdo it: leave as much control from outside as
808 # I<CreateTTY> bits control attempts to create a new TTY on events:
944 # These variables control the execution of 'dumpvar.pl'.
957 # used to control die() reporting in diesignal()
1098 =item C<$rl> - readline control XXX needs more explanation
1817 C<watchfunction()> can control the debugger's actions. Any of the following
1818 will cause the debugger to return control to the user's program after
1857 The debugger decides to take control if single-step mode is on, the
1864 # Check to see if we should grab control ($single true,
1867 # Yes, grab control.
2041 # user yields up control again.
2110 # Squelch signal handling; we want to keep control here
3195 # We use control-G as the delimiter because it's not
3345 # still on, to make sure we get control again.
3434 The interpreter will then execute the next line and then return control to us
3464 again, repeating until the subroutine ends and returns control to C<DB::sub>
3465 again. Once control returns, C<DB::sub> figures out whether or not to dump the
3588 # DB::DB will recursively get control again if appropriate; we'll come
5394 # Drop out if the user has lost interest and hit control-C.
5536 # Turn control characters into ^-whatever.
5587 # Stop processing frames if the user hit control-C.
6890 I<CreateTTY> bits control attempts to create a new TTY on events:
7066 I<CreateTTY> bits control attempts to create a new TTY on events:
7121 terminal control characters to simulate them (courtesy of
7766 # get control back.
8156 we set C<$single> to 1 (causing the debugger to get control again).
8159 message and returns control to the debugger. Repeat.