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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp166 if (!m_run_to_sp)
190 m_run_to_sp.reset(new ThreadPlanStepOut (m_thread,
197 m_thread.QueueThreadPlan(m_run_to_sp, false);
198 m_run_to_sp->SetPrivate(true);
213 m_run_to_sp.reset(new ThreadPlanRunToAddress(m_thread, target_so_addr, m_stop_others));
214 m_thread.QueueThreadPlan(m_run_to_sp, false);
215 m_run_to_sp->SetPrivate(true);
218 else if (m_thread.IsThreadPlanDone(m_run_to_sp.get()))
H A DAppleThreadPlanStepThroughObjCTrampoline.h98 lldb::ThreadPlanSP m_run_to_sp; // The plan that runs to the target. member in class:lldb_private::AppleThreadPlanStepThroughObjCTrampoline

Completed in 645 milliseconds