Home
last modified time | relevance | path

Searched refs:GetPrivateStopInfo (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h517 lldb::StopInfoSP GetPrivateStopInfo() { in GetPrivateStopInfo() function
518 return GetThread().GetPrivateStopInfo(); in GetPrivateStopInfo()
H A DThreadPlanCallFunction.h88 return GetPrivateStopInfo(); in GetRealStopInfo()
H A DThread.h1154 virtual lldb::StopInfoSP GetPrivateStopInfo(bool calculate = true);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp199 m_real_stop_info_sp = GetPrivateStopInfo(); in DoTakedown()
253 m_real_stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
433 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in BreakpointsExplainStop()
H A DThreadPlanStepUntil.cpp148 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop()
265 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
H A DThreadPlanBase.cpp79 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
H A DThreadPlanStepOverBreakpoint.cpp51 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DThreadPlanStepInstruction.cpp90 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DThread.cpp369 GetPrivateStopInfo(); in GetStopInfo()
379 lldb::StopInfoSP Thread::GetPrivateStopInfo(bool calculate) { in GetPrivateStopInfo() function in Thread
498 bool Thread::ThreadStoppedForAReason() { return (bool)GetPrivateStopInfo(); } in ThreadStoppedForAReason()
675 GetPrivateStopInfo(); in ShouldResume()
685 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume()
792 StopInfoSP private_stop_info(GetPrivateStopInfo()); in ShouldStop()
H A DThreadPlanStepOverRange.cpp349 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DThreadPlanStepInRange.cpp436 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DThreadPlanStepOut.cpp288 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DStopInfo.cpp724 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DProcess.cpp5614 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp71 m_backing_thread_sp->GetPrivateStopInfo()); in CalculateStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp313 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1718 StopInfoSP current_stop_info_sp = thread_sp->GetPrivateStopInfo(false); in SetThreadStopInfo()