Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DUnwindLLDB.cpp26 : Unwind(thread), m_frames(), m_unwind_complete(false), in UnwindLLDB()
41 if (!m_unwind_complete) { in DoGetFrameCount()
109 m_unwind_complete = true; in AddFirstFrame()
119 if (m_unwind_complete) in GetOneMoreFrame()
299 bool old_m_unwind_complete = m_unwind_complete; in UpdateUnwindPlanForFirstFrameIfInvalid()
313 m_unwind_complete = old_m_unwind_complete; in UpdateUnwindPlanForFirstFrameIfInvalid()
327 if (m_unwind_complete) in AddOneMoreFrame()
337 m_unwind_complete = true; in AddOneMoreFrame()
/external/llvm-project/lldb/include/lldb/Target/
DUnwindLLDB.h70 m_unwind_complete = false; in DoClear()
132 bool m_unwind_complete; // If this is true, we've enumerated all the frames in variable