Home
last modified time | relevance | path

Searched refs:stop_stack_dummy (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dinfrun.c2039 stop_stack_dummy = 0; in handle_inferior_event()
2236 stop_stack_dummy = 1; in handle_inferior_event()
2413 if (stop_on_solib_events || stop_stack_dummy) in handle_inferior_event()
3292 if (!stop_stack_dummy) in normal_stop()
3364 if (stop_stack_dummy) in normal_stop()
3751 int stop_stack_dummy; member
3798 inf_status->stop_stack_dummy = stop_stack_dummy; in save_inferior_status()
3852 stop_stack_dummy = inf_status->stop_stack_dummy; in restore_inferior_status()
H A Dinferior.h342 extern int stop_stack_dummy;
H A Dinfcall.c931 if (stopped_by_random_signal || !stop_stack_dummy) in call_function_by_hand()
1002 if (!stop_stack_dummy) in call_function_by_hand()
H A Dinfcmd.c169 int stop_stack_dummy; variable