Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp738 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException()
780 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException()
788 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h120 static lldb::StopInfoSP CreateStopReasonToTrace(Thread &thread);
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInRange.cpp473 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
H A DStopInfo.cpp1381 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) { in CreateStopReasonToTrace() function in StopInfo
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp420 stop_info = StopInfo::CreateStopReasonToTrace(*stop_thread); in RefreshStateAfterStop()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1726 StopInfo::CreateStopReasonToTrace(*thread_sp)); in SetThreadStopInfo()
1864 StopInfo::CreateStopReasonToTrace(*thread_sp)); in SetThreadStopInfo()