Searched refs:m_plan_stack (Results 1 - 2 of 2) sorted by path

/external/lldb/include/lldb/Target/
H A DThread.h1043 plan_stack m_plan_stack; ///< The stack of plans this thread is executing. member in class:lldb_private::Thread
/external/lldb/source/Target/
H A DThread.cpp252 m_plan_stack (),
288 for (auto plan : m_plan_stack)
292 m_plan_stack.clear();
300 m_plan_stack.push_back (null_plan_sp);
1022 thread_plan_sp->SetThreadPlanTracer(m_plan_stack.back()->GetThreadPlanTracer());
1023 m_plan_stack.push_back (thread_plan_sp);
1045 if (m_plan_stack.size() <= 1)
1049 ThreadPlanSP &plan = m_plan_stack.back();
1056 m_plan_stack.pop_back();
1064 if (m_plan_stack
[all...]

Completed in 390 milliseconds