reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
   42   if (!m_unwind_complete) {
  110   m_unwind_complete = true;
  120   if (m_unwind_complete)
  300   bool old_m_unwind_complete = m_unwind_complete;
  314   m_unwind_complete = old_m_unwind_complete;
  328   if (m_unwind_complete)
  338     m_unwind_complete = true;
tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
   70     m_unwind_complete = false;