Searched refs:other_reg_info (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp136 const RegisterInfo *other_reg_info = nullptr; local
138 other_reg_info = unwind_plan->GetRegisterInfo(thread, m_location.reg_num);
139 if (other_reg_info)
140 s.Printf("=%s", other_reg_info->name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1001 const RegisterInfo *other_reg_info = local
1004 if (!other_reg_info)
1008 m_thread.GetRegisterContext()->ReadRegister(other_reg_info, value);
1011 const RegisterInfo *other_reg_info = local
1014 if (!other_reg_info)
1019 m_thread.GetRegisterContext()->ReadRegister(other_reg_info, value);
1021 success = GetNextFrame()->ReadRegister(other_reg_info, value);
1055 const RegisterInfo *other_reg_info = local
1058 m_thread.GetRegisterContext()->WriteRegister(other_reg_info, value);
1061 const RegisterInfo *other_reg_info local
[all...]

Completed in 129 milliseconds