Home
last modified time | relevance | path

Searched refs:CreateStopReasonToTrace (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp662 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException()
704 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException()
712 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStopInfo.h120 static lldb::StopInfoSP CreateStopReasonToTrace(Thread &thread);
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepInRange.cpp473 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
H A DStopInfo.cpp1290 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace() function in StopInfo
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp420 stop_info = StopInfo::CreateStopReasonToTrace(*stop_thread); in RefreshStateAfterStop()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1764 StopInfo::CreateStopReasonToTrace(*thread_sp)); in SetThreadStopInfo()
1907 StopInfo::CreateStopReasonToTrace(*thread_sp)); in SetThreadStopInfo()