Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp94 PythonDictionary reg_info_dict(regs.GetItemAtIndex(i)); in SetRegisterInfo() local
95 if (reg_info_dict) in SetRegisterInfo()
101 … reg_info.name = ConstString (reg_info_dict.GetItemForKeyAsString(name_pystr)).GetCString(); in SetRegisterInfo()
108 … reg_info.alt_name = ConstString (reg_info_dict.GetItemForKeyAsString(altname_pystr)).GetCString(); in SetRegisterInfo()
110 … reg_info.byte_offset = reg_info_dict.GetItemForKeyAsInteger(offset_pystr, UINT32_MAX); in SetRegisterInfo()
117 reg_info.byte_size = reg_info_dict.GetItemForKeyAsInteger(bitsize_pystr, 0) / 8; in SetRegisterInfo()
125 const char *format_cstr = reg_info_dict.GetItemForKeyAsString(format_pystr); in SetRegisterInfo()
137 const char *encoding_cstr = reg_info_dict.GetItemForKeyAsString(encoding_pystr); in SetRegisterInfo()
143 const int64_t set = reg_info_dict.GetItemForKeyAsInteger(set_pystr, -1); in SetRegisterInfo()
152 …reg_info.kinds[lldb::eRegisterKindGCC] = reg_info_dict.GetItemForKeyAsInteger(gcc_pystr, LLDB_… in SetRegisterInfo()
[all …]