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

/external/lldb/source/Target/
H A DThreadPlanCallFunction.cpp143 m_takedown_done (false),
209 m_takedown_done (false),
285 if (!m_takedown_done)
299 m_takedown_done = true;
358 if (m_takedown_done || IsPlanComplete())
/external/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h183 bool m_takedown_done; // We want to ensure we only do the takedown once. This ensures that. member in class:lldb_private::ThreadPlanCallFunction

Completed in 90 milliseconds