Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp133 StopInfo::CreateStopReasonWithException(*this, S.GetData()); in CalculateStopInfo()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStopInfo.h128 CreateStopReasonWithException(Thread &thread, const char *description);
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp266 StopInfo::CreateStopReasonWithException(*this, description.data()); in CalculateStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp499 stop_info = StopInfo::CreateStopReasonWithException( in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp1301 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread, in CreateStopReasonWithException() function in StopInfo
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp359 stop_info = StopInfo::CreateStopReasonWithException( in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1820 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()
1925 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo()