Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp210 m_real_stop_info_sp = GetPrivateStopInfo(); in DoTakedown()
264 m_real_stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
444 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 DThreadPlanStepOut.cpp328 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
407 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
H A DThreadPlanStepInstruction.cpp90 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DThread.cpp376 GetPrivateStopInfo(); in GetStopInfo()
386 lldb::StopInfoSP Thread::GetPrivateStopInfo(bool calculate) { in GetPrivateStopInfo() function in Thread
505 bool Thread::ThreadStoppedForAReason() { return (bool)GetPrivateStopInfo(); } in ThreadStoppedForAReason()
703 GetPrivateStopInfo(); in ShouldResume()
713 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume()
821 StopInfoSP private_stop_info(GetPrivateStopInfo()); in ShouldStop()
H A DThreadPlanStepOverRange.cpp370 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DThreadPlanStepInRange.cpp437 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp327 if (IsNextBranchBreakpointStop(GetPrivateStopInfo())) in ClearNextBranchBreakpointExplainedStop()
H A DStopInfo.cpp745 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); in DoPlanExplainsStop()
H A DProcess.cpp5654 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h544 lldb::StopInfoSP GetPrivateStopInfo() { in GetPrivateStopInfo() function
545 return GetThread().GetPrivateStopInfo(); in GetPrivateStopInfo()
H A DThreadPlanCallFunction.h88 return GetPrivateStopInfo(); in GetRealStopInfo()
H A DThread.h1204 virtual lldb::StopInfoSP GetPrivateStopInfo(bool calculate = true);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp70 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.cpp1773 StopInfoSP current_stop_info_sp = thread_sp->GetPrivateStopInfo(false); in SetThreadStopInfo()