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

/external/lldb/source/Symbol/
H A DUnwindPlan.cpp128 const RegisterInfo *other_reg_info = NULL; local
130 other_reg_info = unwind_plan->GetRegisterInfo (thread, m_location.reg_num);
131 if (other_reg_info)
132 s.Printf ("=%s", other_reg_info->name);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp815 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number); local
817 if (!other_reg_info)
822 success = m_thread.GetRegisterContext()->ReadRegister (other_reg_info, value);
826 success = GetNextFrame()->ReadRegister (other_reg_info, value);
869 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number); local
872 success = m_thread.GetRegisterContext()->WriteRegister (other_reg_info, value);
876 success = GetNextFrame()->WriteRegister (other_reg_info, value);

Completed in 133 milliseconds