Home
last modified time | relevance | path

Searched refs:software_single_step (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp134 bool software_single_step = !SupportHardwareSingleStepping(); in DoResume() local
146 if (software_single_step) { in DoResume()
163 if (do_step && !software_single_step) in DoResume()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.c242 gdbarch_software_single_step_ftype *software_single_step; member
2166 (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() argument
4968 gdbarch->software_single_step = software_single_step; in set_gdbarch_software_single_step()
H A Dgdbarch.h2046 …re_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);