Home
last modified time | relevance | path

Searched refs:step_over_calls (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dinfrun.c654 step_over_calls = STEP_OVER_UNDEBUGGABLE; in clear_proceed_status()
1247 if ((step_over_calls == STEP_OVER_NONE) in handle_step_into_function()
1263 if (step_over_calls == STEP_OVER_ALL || IGNORE_HELPER_CALL (stop_pc)) in handle_step_into_function()
1316 if (step_over_calls == STEP_OVER_UNDEBUGGABLE && step_stop_if_no_debug) in handle_step_into_function()
2273 if (step_over_calls > 0) in handle_inferior_event()
2288 if (step_over_calls in handle_inferior_event()
2545 if (step_over_calls == STEP_OVER_UNDEBUGGABLE in handle_inferior_event()
3757 enum step_over_calls_kind step_over_calls; member
3804 inf_status->step_over_calls = step_over_calls; in save_inferior_status()
3858 step_over_calls = inf_status->step_over_calls; in restore_inferior_status()
Dinfcmd.c193 enum step_over_calls_kind step_over_calls; variable
653 step_over_calls = STEP_OVER_NONE; in step_1()
657 step_over_calls = STEP_OVER_ALL; in step_1()
759 step_over_calls = STEP_OVER_NONE; in step_once()
763 step_over_calls = STEP_OVER_ALL; in step_once()
978 step_over_calls = STEP_OVER_ALL; in until_next_command()
Dinferior.h381 extern enum step_over_calls_kind step_over_calls;