Searched refs:software_single_step (Results 1 – 5 of 5) sorted by relevance
213 gdbarch_software_single_step_ftype *software_single_step; member1566 (long) current_gdbarch->software_single_step); in gdbarch_dump()3328 return gdbarch->software_single_step != NULL; in gdbarch_software_single_step_p()3335 gdb_assert (gdbarch->software_single_step != NULL); in gdbarch_software_single_step()3338 gdbarch->software_single_step (sig, insert_breakpoints_p); in gdbarch_software_single_step()3343 gdbarch_software_single_step_ftype software_single_step) in set_gdbarch_software_single_step() argument3345 gdbarch->software_single_step = software_single_step; in set_gdbarch_software_single_step()
1213 …re_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);
613 F:=:void:software_single_step:enum target_signal sig, int insert_breakpoints_p:sig, insert_breakpoi…
2501 software_single_step to rs6000_software_single_step.
898 bool software_single_step = !SupportHardwareSingleStepping(); in Resume() local900 if (software_single_step) { in Resume()