Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h172 lldb_private::Status SetupSoftwareSingleStepping(lldb::tid_t tid);
H A DProcessFreeBSD.cpp147 Status error = SetupSoftwareSingleStepping(*t_pos); in DoResume()
1038 Status ProcessFreeBSD::SetupSoftwareSingleStepping(lldb::tid_t tid) { in SetupSoftwareSingleStepping() function in ProcessFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h308 Status SetupSoftwareSingleStepping(NativeThreadDarwin &thread);