Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DUnwindLLDB.cpp29 m_unwind_complete(false) in UnwindLLDB()
36 if (!m_unwind_complete) in DoGetFrameCount()
99 m_unwind_complete = true; in AddFirstFrame()
108 if (m_unwind_complete) in AddOneMoreFrame()
208 m_unwind_complete = true; in AddOneMoreFrame()
DUnwindLLDB.h66 m_unwind_complete = false; in DoClear()
109 …bool m_unwind_complete; // If this is true, we've enumerated all the frames in the stack, and m_fr… variable