Lines Matching refs:actions

175 assignment) contains breakpoints and actions.  The keys are line numbers; 
727 # + When restarting debugger breakpoints/actions persist.
1106 =item C<$pre> - preprompt actions (array reference)
1108 =item C<$post> - postprompt actions (array reference)
1372 PERLDB_POSTPONE - subs that have been loaded/not executed, and have actions
1377 PERLDB_PRETYPE - preprompt debugger actions
1395 # restore breakpoints/actions
1414 # return pre/postprompt actions and typeahead buffer
1817 C<watchfunction()> can control the debugger's actions. Any of the following
1970 If there are any preprompt actions, execute those as well.
1983 # Do any pre-prompt actions.
1997 # Tack preprompt debugger actions ahead of any actual input.
2385 the user's work in setting watchpoints, actions, etc. We wanted, however, to
3765 The C<a> command handles pre-execution actions. These are associated with a
3812 Delete actions. Similar to above, except the delete code is in a separate
3867 print $OUT "Deleting all actions...\n";
4746 # Check for breakpoints and actions.
4781 =head3 C<cmd_L> - list breakpoints, actions, and watch expressions (command)
4785 breakpoints and/or actions. For each file, we switch the C<*dbline> glob (the
4787 through C<%dbline> for lines with breakpoints and/or actions, listing them
4809 # Breaks and actions are found together, so we look in the same place
5647 It was devised for reading continuations for actions.
6782 B<L> [I<a|b|w>] List actions and or breakpoints and or watch-expressions.
6809 B<A> I<*> Delete all actions.
6861 history, breakpoints and actions, debugger B<O>ptions
6919 I<Debugger controls:> B<L> List break/watch/actions
6924 B<=> [I<a> I<val>] Define/list an alias B<A> I<ln|*> Delete a/all actions
6968 B<L> List all breakpoints and actions.
6993 B<A> Delete all actions.
7037 history, breakpoints and actions, debugger B<O>ptions
7094 I<Debugger controls:> B<L> List break/watch/actions
7100 B<h> [I<db_cmd>] Get help on command B<A> or B<W> Delete all actions/watch
8199 This version added actions if you supplied them, and deleted them
8452 appropriate actions.
8458 delete all the actions.
8473 Since the lists of actions are all held in arrays that are pointed to by
8475 then use generic code to all, delete, or list actions.
8489 # trying to stash actions or delete them from the wrong place.
8511 # Properly balanced. Pre-prompt debugger actions.
8525 # List actions.
8529 print $OUT "No $which actions.\n";
8532 # List the actions in the selected list.
8544 # It's a delete. Get rid of the old actions in the
8547 print $OUT "All $cmd actions cleared.\n";
8550 # Replace all the actions. (This is a <, >, or {).