Home
last modified time | relevance | path

Searched refs:CreateStopReasonWithExec (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h130 static lldb::StopInfoSP CreateStopReasonWithExec(Thread &thread);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp630 return StopInfo::CreateStopReasonWithExec(thread); in CreateStopReasonWithMachException()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1402 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) { in CreateStopReasonWithExec() function in StopInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1787 StopInfo::CreateStopReasonWithExec(*thread_sp)); in SetThreadStopInfo()