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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp30 m_unwind_complete(false),
50 if (!m_unwind_complete)
126 m_unwind_complete = true;
136 if (m_unwind_complete)
321 bool old_m_unwind_complete = m_unwind_complete;
336 m_unwind_complete = old_m_unwind_complete;
352 if (m_unwind_complete)
363 m_unwind_complete = true;
H A DUnwindLLDB.h72 m_unwind_complete = false;
133 bool m_unwind_complete; // If this is true, we've enumerated all the frames in the stack, and m_frames.size() is the member in class:lldb_private::UnwindLLDB

Completed in 50 milliseconds