Searched refs:step_range_end (Results 1 – 3 of 3) sorted by relevance
448 CORE_ADDR step_range_end = 0; in follow_fork() local497 step_range_end = tp->control.step_range_end; in follow_fork()509 tp->control.step_range_end = 0; in follow_fork()552 tp->control.step_range_end = step_range_end; in follow_fork()866 th->control.step_range_end = 0; in follow_exec()1986 tp->control.step_range_end = 0; in clear_proceed_status_thread()4072 if (ecs->event_thread->control.step_range_end != 1) in handle_inferior_event()4123 if (ecs->event_thread->control.step_range_end == 0 in handle_inferior_event()4257 || (ecs->event_thread->control.step_range_end in handle_inferior_event()4348 if (ecs->event_thread->control.step_range_end != 0 in handle_inferior_event()[all …]
1057 &tp->control.step_range_end); in step_once()1060 if (tp->control.step_range_end == 0 && step_stop_if_no_debug) in step_once()1061 tp->control.step_range_start = tp->control.step_range_end = 1; in step_once()1062 else if (tp->control.step_range_end == 0) in step_once()1068 &tp->control.step_range_end) == 0) in step_once()1080 tp->control.step_range_start = tp->control.step_range_end = 1; in step_once()1341 tp->control.step_range_end = pc; in until_next_command()1348 tp->control.step_range_end = sal.end; in until_next_command()1655 tp->control.step_range_start = tp->control.step_range_end = 1; in finish_backward()1764 tp->control.step_range_end = tp->control.step_range_start; in finish_command()
66 CORE_ADDR step_range_end; /* Exclusive */ member