Searched refs:stop_func_end (Results 1 – 2 of 2) sorted by relevance
914 CORE_ADDR stop_func_end; member1768 ecs->stop_func_end = 0; in handle_inferior_event()1773 &ecs->stop_func_start, &ecs->stop_func_end); in handle_inferior_event()2505 if (ecs->stop_func_end && ecs->sal.end >= ecs->stop_func_end) in handle_inferior_event()2585 && ecs->sal.end < ecs->stop_func_end) in step_into_function()
1399 * infrun.c (wait_for_inferior): Initialize stop_func_end before calling