Searched refs:m_parent_unwind (Results 1 – 2 of 2) sorted by relevance
63 m_registers(), m_parent_unwind(unwind_lldb) { in RegisterContextUnwind()1132 m_parent_unwind.GetUserSpecifiedTrapHandlerFunctionNames()); in IsTrapHandlerSymbol()2004 if (!m_parent_unwind.SearchForSavedLocationForRegister( in ReadGPRValue()2047 if (!m_parent_unwind.SearchForSavedLocationForRegister( in ReadRegister()2072 if (!m_parent_unwind.SearchForSavedLocationForRegister( in WriteRegister()2107 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number - 1); in GetNextFrame()2112 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number + 1); in GetPrevFrame()
249 lldb_private::UnwindLLDB &m_parent_unwind; // The UnwindLLDB that is creating variable