Searched refs:m_parent_unwind (Results 1 – 2 of 2) sorted by relevance
62 m_parent_unwind (unwind_lldb) in RegisterContextLLDB()1332 …if (!m_parent_unwind.SearchForSavedLocationForRegister (lldb_regnum, regloc, m_frame_number - 1, p… in ReadGPRValue()1364 …if (!m_parent_unwind.SearchForSavedLocationForRegister (lldb_regnum, regloc, m_frame_number - 1, f… in ReadRegister()1388 …if (!m_parent_unwind.SearchForSavedLocationForRegister (lldb_regnum, regloc, m_frame_number - 1, f… in WriteRegister()1432 return m_parent_unwind.GetRegisterContextForFrameNum (m_frame_number - 1); in GetNextFrame()1439 return m_parent_unwind.GetRegisterContextForFrameNum (m_frame_number + 1); in GetPrevFrame()
201 …lldb_private::UnwindLLDB& m_parent_unwind; // The UnwindLLDB that is creating this RegisterCont… variable