Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanCallFunction.cpp143 m_takedown_done (false), in ThreadPlanCallFunction()
209 m_takedown_done (false), in ThreadPlanCallFunction()
285 if (!m_takedown_done) in DoTakedown()
299 m_takedown_done = true; in DoTakedown()
358 if (m_takedown_done || IsPlanComplete()) in ShouldReportStop()
/external/lldb/include/lldb/Target/
DThreadPlanCallFunction.h183 …bool m_takedown_done; // We want to ensure we only d… variable