HomeSort by relevance Sort by last modified time
    Searched refs:m_takedown_done (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Target/
ThreadPlanCallFunction.h 183 bool m_takedown_done; // We want to ensure we only do the takedown once. This ensures that. member in class:lldb_private::ThreadPlanCallFunction
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 143 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())

Completed in 220 milliseconds