Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp192 m_real_stop_info_sp = GetPrivateStopInfo(); in DoTakedown()
247 m_real_stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
427 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in BreakpointsExplainStop()
DThreadPlanStepUntil.cpp147 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in AnalyzeStop()
264 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
DThreadPlanBase.cpp78 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in ShouldStop()
DThreadPlanStepOverBreakpoint.cpp50 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DThread.cpp361 GetPrivateStopInfo(); in GetStopInfo()
371 lldb::StopInfoSP Thread::GetPrivateStopInfo() { in GetPrivateStopInfo() function in Thread
476 return (bool)GetPrivateStopInfo(); in ThreadStoppedForAReason()
681 GetPrivateStopInfo(); in ShouldResume()
691 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume()
791 StopInfoSP private_stop_info(GetPrivateStopInfo()); in ShouldStop()
DThreadPlanStepInstruction.cpp90 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DThreadPlanStepOverRange.cpp345 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DThreadPlanStepInRange.cpp439 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DThreadPlanStepOut.cpp287 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DProcess.cpp5316 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); in RunThreadPlan()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h510 lldb::StopInfoSP GetPrivateStopInfo() { in GetPrivateStopInfo() function
511 return GetThread().GetPrivateStopInfo(); in GetPrivateStopInfo()
DThreadPlanCallFunction.h88 return GetPrivateStopInfo(); in GetRealStopInfo()
DThread.h1121 virtual lldb::StopInfoSP GetPrivateStopInfo();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp70 m_backing_thread_sp->GetPrivateStopInfo()); in CalculateStopInfo()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp292 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2505 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy()
2541 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy()