Searched refs:lldb_regno (Results 1 – 2 of 2) sorted by relevance
137 uint32_t lldb_regno; in Initialize() local138 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()139 m_lldb_sp_regnum = lldb_regno; in Initialize()140 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize()141 m_lldb_fp_regnum = lldb_regno; in Initialize()142 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize()143 m_lldb_alt_fp_regnum = lldb_regno; in Initialize()144 if (machine_regno_to_lldb_regno(m_machine_ip_regnum, lldb_regno)) in Initialize()145 m_lldb_ip_regnum = lldb_regno; in Initialize()245 uint32_t lldb_regno; in Initialize() local[all …]
133 bool machine_regno_to_lldb_regno(int machine_regno, uint32_t &lldb_regno);