Searched defs:plan_stack (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThread.h992 typedef std::vector<lldb::ThreadPlanSP> plan_stack; typedef in class:lldb_private::Thread
1043 plan_stack m_plan_stack; ///< The stack of plans this thread is executing.
1044 plan_stack m_completed_plan_stack; ///< Plans that have been completed by this stop. They get deleted when the thread resumes.
1045 plan_stack m_discarded_plan_stack; ///< Plans that have been discarded by this stop. They get deleted when the thread resumes.

Completed in 295 milliseconds