Searched refs:stop_stack_dummy (Results 1 – 4 of 4) sorted by relevance
2039 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; member3798 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()
342 extern int stop_stack_dummy;
931 if (stopped_by_random_signal || !stop_stack_dummy) in call_function_by_hand()1002 if (!stop_stack_dummy) in call_function_by_hand()
169 int stop_stack_dummy; variable