Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.c213 gdbarch_software_single_step_ftype *software_single_step; member
1566 (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() argument
3345 gdbarch->software_single_step = software_single_step; in set_gdbarch_software_single_step()
H A Dgdbarch.h1213 …re_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);
H A Dgdbarch.sh613 F:=:void:software_single_step:enum target_signal sig, int insert_breakpoints_p:sig, insert_breakpoi…
H A DChangeLog-20032501 software_single_step to rs6000_software_single_step.
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp898 bool software_single_step = !SupportHardwareSingleStepping(); in Resume() local
900 if (software_single_step) { in Resume()