Home
last modified time | relevance | path

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

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