Home
last modified time | relevance | path

Searched refs:m_run_to_sp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp131 if (!m_run_to_sp) { in ShouldStop()
159 m_run_to_sp = GetThread().QueueThreadPlanForStepOutNoShouldStop( in ShouldStop()
162 if (m_run_to_sp && status.Success()) in ShouldStop()
163 m_run_to_sp->SetPrivate(true); in ShouldStop()
181 m_run_to_sp = std::make_shared<ThreadPlanRunToAddress>( in ShouldStop()
183 PushPlan(m_run_to_sp); in ShouldStop()
185 } else if (GetThread().IsThreadPlanDone(m_run_to_sp.get())) { in ShouldStop()
DAppleThreadPlanStepThroughObjCTrampoline.h68 lldb::ThreadPlanSP m_run_to_sp; /// The plan that runs to the target. variable