Searched refs:step_range_end (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbthread.h49 CORE_ADDR step_range_end; member in struct:thread_info
116 CORE_ADDR step_range_end,
132 CORE_ADDR *step_range_end,
H A Dthread.c298 CORE_ADDR *step_range_end,
319 *step_range_end = tp->step_range_end;
339 CORE_ADDR step_range_end,
360 tp->step_range_end = step_range_end;
293 load_infrun_state(ptid_t ptid, CORE_ADDR *prev_pc, int *trap_expected, struct breakpoint **step_resume_breakpoint, CORE_ADDR *step_range_start, CORE_ADDR *step_range_end, struct frame_id *step_frame_id, int *handling_longjmp, int *another_trap, int *stepping_through_solib_after_catch, bpstat *stepping_through_solib_catchpoints, int *current_line, struct symtab **current_symtab) argument
334 save_infrun_state(ptid_t ptid, CORE_ADDR prev_pc, int trap_expected, struct breakpoint *step_resume_breakpoint, CORE_ADDR step_range_start, CORE_ADDR step_range_end, const struct frame_id *step_frame_id, int handling_longjmp, int another_trap, int stepping_through_solib_after_catch, bpstat stepping_through_solib_catchpoints, int current_line, struct symtab *current_symtab) argument
H A Dinfcmd.c181 CORE_ADDR step_range_end; /* Exclusive */ variable
664 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end);
665 if (step_range_end == 0)
669 &step_range_end) == 0)
681 step_range_start = step_range_end = 1;
763 find_pc_line_pc_range (stop_pc, &step_range_start, &step_range_end);
766 if (step_range_end == 0 && step_stop_if_no_debug)
768 step_range_start = step_range_end = 1;
770 else if (step_range_end == 0)
774 &step_range_end)
[all...]
H A Dinfrun.c406 step_range_end = 0;
629 step_range_end = 0;
1118 step_range_end, &step_frame_id,
1128 &step_range_end, &step_frame_id,
1881 || (step_range_end && step_resume_breakpoint == NULL));
1946 else if (step_range_end != 0
1948 && stop_pc >= step_range_start && stop_pc < step_range_end
2231 if (step_range_end == 0)
2240 Note that step_range_end is the address of the first instruction
2243 if (stop_pc >= step_range_start && stop_pc < step_range_end)
3422 CORE_ADDR step_range_end; member in struct:inferior_status
[all...]
H A Dinferior.h349 If step_range_start and step_range_end are both 1, it means to step for
355 extern CORE_ADDR step_range_end; /* Exclusive */

Completed in 161 milliseconds