Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Thread/
DThreadTest.cpp134 TEST_F(ThreadTest, GetPrivateStopInfo) { in TEST_F() argument
166 StopInfoSP new_stopinfo_sp = thread_sp->GetPrivateStopInfo(); in TEST_F()
/external/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()
DThreadPlanStepInstruction.cpp89 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DThread.cpp367 GetPrivateStopInfo(); in GetStopInfo()
377 lldb::StopInfoSP Thread::GetPrivateStopInfo() { in GetPrivateStopInfo() function in Thread
482 return (bool)GetPrivateStopInfo(); in ThreadStoppedForAReason()
688 GetPrivateStopInfo(); in ShouldResume()
698 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume()
798 StopInfoSP private_stop_info(GetPrivateStopInfo()); in ShouldStop()
DThreadPlanStepOverRange.cpp345 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DThreadPlanStepInRange.cpp440 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DThreadPlanStepOut.cpp287 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
DProcess.cpp5445 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo(); in RunThreadPlan()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h520 lldb::StopInfoSP GetPrivateStopInfo() { in GetPrivateStopInfo() function
521 return GetThread().GetPrivateStopInfo(); in GetPrivateStopInfo()
DThreadPlanCallFunction.h88 return GetPrivateStopInfo(); in GetRealStopInfo()
DThread.h1126 virtual lldb::StopInfoSP GetPrivateStopInfo();
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp70 m_backing_thread_sp->GetPrivateStopInfo()); in CalculateStopInfo()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp308 StopInfoSP stop_info_sp = GetPrivateStopInfo(); in DoPlanExplainsStop()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2479 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy()
2515 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo(); in DoDestroy()