Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp1005 const RegisterInfo *other_reg_info = in ReadRegisterValueFromRegisterLocation() local
1008 if (!other_reg_info) in ReadRegisterValueFromRegisterLocation()
1012 m_thread.GetRegisterContext()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()
1015 const RegisterInfo *other_reg_info = in ReadRegisterValueFromRegisterLocation() local
1018 if (!other_reg_info) in ReadRegisterValueFromRegisterLocation()
1023 m_thread.GetRegisterContext()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()
1025 success = GetNextFrame()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()
1059 const RegisterInfo *other_reg_info = in WriteRegisterValueToRegisterLocation() local
1062 m_thread.GetRegisterContext()->WriteRegister(other_reg_info, value); in WriteRegisterValueToRegisterLocation()
1065 const RegisterInfo *other_reg_info = in WriteRegisterValueToRegisterLocation() local
[all …]
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp134 const RegisterInfo *other_reg_info = nullptr; in Dump() local
136 other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num); in Dump()
137 if (other_reg_info) in Dump()
138 s.Printf("=%s", other_reg_info->name); in Dump()