Searched refs:step_range_end (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | gdbthread.h | 49 CORE_ADDR step_range_end; member 116 CORE_ADDR step_range_end, 132 CORE_ADDR *step_range_end,
|
H A D | infcmd.c | 181 CORE_ADDR step_range_end; /* Exclusive */ variable 659 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end); in step_1() 660 if (step_range_end == 0) in step_1() 664 &step_range_end) == 0) in step_1() 676 step_range_start = step_range_end = 1; in step_1() 758 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end); in step_once() 761 if (step_range_end == 0 && step_stop_if_no_debug) in step_once() 763 step_range_start = step_range_end = 1; in step_once() 765 else if (step_range_end == 0) in step_once() 769 &step_range_end) == 0) in step_once() [all …]
|
H A D | infrun.c | 405 step_range_end = 0; in follow_exec() 626 step_range_end = 0; in clear_proceed_status() 1113 step_range_end, &step_frame_id, in context_switch() 1123 &step_range_end, &step_frame_id, in context_switch() 1876 || (step_range_end && step_resume_breakpoint == NULL)); in handle_inferior_event() 1941 else if (step_range_end != 0 in handle_inferior_event() 1943 && stop_pc >= step_range_start && stop_pc < step_range_end in handle_inferior_event() 2231 if (step_range_end == 0) in handle_inferior_event() 2243 if (stop_pc >= step_range_start && stop_pc < step_range_end) in handle_inferior_event() 2276 if (step_range_end != 1 in handle_inferior_event() [all …]
|
H A D | thread.c | 298 CORE_ADDR *step_range_end, in load_infrun_state() argument 319 *step_range_end = tp->step_range_end; in load_infrun_state() 339 CORE_ADDR step_range_end, in save_infrun_state() argument 360 tp->step_range_end = step_range_end; in save_infrun_state()
|
H A D | inferior.h | 355 extern CORE_ADDR step_range_end; /* Exclusive */
|