Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dinfrun.c966 CORE_ADDR stop_func_end; member
2029 ecs->stop_func_end = 0; in handle_inferior_event()
2034 &ecs->stop_func_start, &ecs->stop_func_end); in handle_inferior_event()
2637 &ecs->stop_func_end); in handle_inferior_event()
2640 step_range_end = ecs->stop_func_end; in handle_inferior_event()
2749 if (ecs->stop_func_end && ecs->sal.end >= ecs->stop_func_end) in handle_inferior_event()
2866 && ecs->sal.end < ecs->stop_func_end) in step_into_function()