Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h92 bool SupportHardwareSingleStepping() const;
H A DNativeProcessFreeBSD.cpp963 bool NativeProcessFreeBSD::SupportHardwareSingleStepping() const { in SupportHardwareSingleStepping() function in NativeProcessFreeBSD
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h136 bool SupportHardwareSingleStepping() const;
H A DNativeThreadLinux.cpp274 GetProcess().SupportHardwareSingleStepping() ? PTRACE_SINGLESTEP in SingleStep()
H A DNativeProcessLinux.cpp891 bool NativeProcessLinux::SupportHardwareSingleStepping() const { in SupportHardwareSingleStepping() function in NativeProcessLinux
903 bool software_single_step = !SupportHardwareSingleStepping(); in Resume()
1283 int req = SupportHardwareSingleStepping() ? PTRACE_SINGLESTEP : PTRACE_CONT; in Syscall()