Home
last modified time | relevance | path

Searched refs:CreateStopReasonWithException (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp133 StopInfo::CreateStopReasonWithException(*this, S.GetData()); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h128 CreateStopReasonWithException(Thread &thread, const char *description);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp301 StopInfo::CreateStopReasonWithException(*this, "EXC_BAD_ACCESS"); in CalculateStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp499 stop_info = StopInfo::CreateStopReasonWithException( in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp361 stop_info = StopInfo::CreateStopReasonWithException( in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1392 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread, in CreateStopReasonWithException() function in StopInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1781 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()
1882 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()