Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dinferior.h157 extern int step_stop_if_no_debug;
H A Dinfrun.c90 int step_stop_if_no_debug = 0; variable
1316 if (step_over_calls == STEP_OVER_UNDEBUGGABLE && step_stop_if_no_debug) in handle_step_into_function()
4208 var_boolean, (char *) &step_stop_if_no_debug, in _initialize_infrun()
H A Dinfcmd.c734 if (step_range_end == 0 && step_stop_if_no_debug) in step_once()