Searched refs:software_single_step (Results 1 – 3 of 3) sorted by relevance
134 bool software_single_step = !SupportHardwareSingleStepping(); in DoResume() local146 if (software_single_step) { in DoResume()163 if (do_step && !software_single_step) in DoResume()
242 gdbarch_software_single_step_ftype *software_single_step; member2166 (long) current_gdbarch->software_single_step in gdbarch_dump()4951 return gdbarch->software_single_step != NULL; in gdbarch_software_single_step_p()4958 gdb_assert (gdbarch->software_single_step != NULL); in gdbarch_software_single_step()4961 gdbarch->software_single_step (sig, insert_breakpoints_p); in gdbarch_software_single_step()4966 gdbarch_software_single_step_ftype software_single_step) in set_gdbarch_software_single_step() argument4968 gdbarch->software_single_step = software_single_step; in set_gdbarch_software_single_step()
2046 …re_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);