Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfrun.c628 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; member
3476 inf_status->step_over_calls = step_over_calls; in save_inferior_status()
[all …]
Dinfcmd.c189 enum step_over_calls_kind step_over_calls; variable
681 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()
Dinferior.h373 extern enum step_over_calls_kind step_over_calls;
DChangeLog-2000790 step_over_calls.
791 * infcmd.c (step_over_calls): Change definition.
792 (step_1): Use new enum values in relation to step_over_calls.
DChangeLog-1992965 * infcmd.c (step_over_calls): Improve comments.
DChangeLog-20019295 (step_over_calls): Declare as extern rather than global.