Arguments |
[%bp_count] [line] |
%bp_count |
See
"@bp_count". |
line |
line number |
This is all lowercase `cu'. If either continue command c or C is immediately followed by either a `u' or `U', it sets an up-level breakpoint. The cu and Cu commands set a permanent breakpoint. The cU and CU commands set a temporary breakpoint. The breakpoint is set at the address where the current procedure returns. The cu and cU commands handle signals like the c command (see c); the Cu and CU commands handle signals like the C command (see C ).
For example, use this command if you have accidentally single-stepped into a procedure you meant to step over, or you want execution to proceed to another place further up the stack.