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

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1032 uint32_t ra_regnum_in_lldb_reg_numbering; local
1033 if (m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds (unwindplan_registerkind, row_regnum, eRegisterKindLLDB, ra_regnum_in_lldb_reg_numbering))
1037 new_regloc.location.register_number = ra_regnum_in_lldb_reg_numbering;
1040 UnwindLogMsg ("supplying caller's register %d from the live RegisterContext at frame 0, saved in %d", lldb_regnum, ra_regnum_in_lldb_reg_numbering);

Completed in 174 milliseconds