Searched refs:step_over_calls (Results 1 – 6 of 6) sorted by relevance
628 step_over_calls = STEP_OVER_UNDEBUGGABLE; in clear_proceed_status()2255 if (step_over_calls == STEP_OVER_UNDEBUGGABLE in handle_inferior_event()2277 && (step_over_calls == STEP_OVER_UNDEBUGGABLE in handle_inferior_event()2278 || step_over_calls == STEP_OVER_ALL) in handle_inferior_event()2295 if ((step_over_calls == STEP_OVER_NONE) in handle_inferior_event()2332 if (step_over_calls == STEP_OVER_ALL) in handle_inferior_event()2384 if (step_over_calls == STEP_OVER_UNDEBUGGABLE && step_stop_if_no_debug) in handle_inferior_event()2431 if (step_over_calls == STEP_OVER_UNDEBUGGABLE in handle_inferior_event()3429 enum step_over_calls_kind step_over_calls; member3476 inf_status->step_over_calls = step_over_calls; in save_inferior_status()[all …]
189 enum step_over_calls_kind step_over_calls; variable681 step_over_calls = STEP_OVER_NONE; in step_1()685 step_over_calls = STEP_OVER_ALL; in step_1()786 step_over_calls = STEP_OVER_NONE; in step_once()790 step_over_calls = STEP_OVER_ALL; in step_once()1005 step_over_calls = STEP_OVER_ALL; in until_next_command()
373 extern enum step_over_calls_kind step_over_calls;
790 step_over_calls.791 * infcmd.c (step_over_calls): Change definition.792 (step_1): Use new enum values in relation to step_over_calls.
965 * infcmd.c (step_over_calls): Improve comments.
9295 (step_over_calls): Declare as extern rather than global.