Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfrun.c914 CORE_ADDR stop_func_end; member
1768 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()
DChangeLog-19961399 * infrun.c (wait_for_inferior): Initialize stop_func_end before calling