Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h134 CreateStopReasonWithException(Thread &thread, const char *description);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp312 StopInfo::CreateStopReasonWithException(*this, "EXC_BAD_ACCESS"); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp284 stop_info = StopInfo::CreateStopReasonWithException( in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1404 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread, in CreateStopReasonWithException() function in StopInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1851 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()
1951 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()