/external/lldb/source/Plugins/ABI/MacOSX-arm/ |
D | ABIMacOSX_arm.cpp | 42 …{ "r0", "arg1", 4, 0, eEncodingUint , eFormatHex, { gcc_r0, dwarf_r0,… 43 …{ "r1", "arg2", 4, 0, eEncodingUint , eFormatHex, { gcc_r1, dwarf_r1,… 44 …{ "r2", "arg3", 4, 0, eEncodingUint , eFormatHex, { gcc_r2, dwarf_r2,… 45 …{ "r3", "arg4", 4, 0, eEncodingUint , eFormatHex, { gcc_r3, dwarf_r3,… 46 …{ "r4", NULL, 4, 0, eEncodingUint , eFormatHex, { gcc_r4, dwarf_r4,… 47 …{ "r5", NULL, 4, 0, eEncodingUint , eFormatHex, { gcc_r5, dwarf_r5,… 48 …{ "r6", NULL, 4, 0, eEncodingUint , eFormatHex, { gcc_r6, dwarf_r6,… 49 …{ "r7", NULL, 4, 0, eEncodingUint , eFormatHex, { gcc_r7, dwarf_r7,… 50 …{ "r8", NULL, 4, 0, eEncodingUint , eFormatHex, { gcc_r8, dwarf_r8,… 51 …{ "r9", NULL, 4, 0, eEncodingUint , eFormatHex, { gcc_r9, dwarf_r9,… [all …]
|
/external/lldb/source/Plugins/ABI/SysV-x86_64/ |
D | ABISysV_x86_64.cpp | 179 …{ "rax" , NULL, 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rax , gcc_dwa… 180 …{ "rbx" , NULL, 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rbx , gcc_dwa… 181 …{ "rcx" , "arg4", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rcx , gcc_dwa… 182 …{ "rdx" , "arg3", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rdx , gcc_dwa… 183 …{ "rsi" , "arg2", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rsi , gcc_dwa… 184 …{ "rdi" , "arg1", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rdi , gcc_dwa… 185 …{ "rbp" , "fp", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rbp , gcc_dwa… 186 …{ "rsp" , "sp", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rsp , gcc_dwa… 187 …{ "r8" , "arg5", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_r8 , gcc_dwa… 188 …{ "r9" , "arg6", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_r9 , gcc_dwa… [all …]
|
/external/lldb/source/Plugins/ABI/MacOSX-i386/ |
D | ABIMacOSX_i386.cpp | 151 …{ "eax", NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_eax , dwarf_e… 152 …{ "ebx" , NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_ebx , dwarf_e… 153 …{ "ecx" , NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_ecx , dwarf_e… 154 …{ "edx" , NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_edx , dwarf_e… 155 …{ "esi" , NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_esi , dwarf_e… 156 …{ "edi" , NULL, 4, 0, eEncodingUint , eFormatHex , { gcc_edi , dwarf_e… 157 …{ "ebp" , "fp", 4, 0, eEncodingUint , eFormatHex , { gcc_ebp , dwarf_e… 158 …{ "esp" , "sp", 4, 0, eEncodingUint , eFormatHex , { gcc_esp , dwarf_e… 159 …{ "eip" , "pc", 4, 0, eEncodingUint , eFormatHex , { gcc_eip , dwarf_e… 160 …{ "eflags", NULL, 4, 0, eEncodingUint , eFormatHex , { LLDB_INVALID_REGNUM , LLDB_IN… [all …]
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteRegisterContext.cpp | 747 …{ "r0", "arg1", 4, 0, eEncodingUint, eFormatHex, { gcc_r0, dwarf_r0, … in HardcodeARMRegisters() 748 …{ "r1", "arg2", 4, 0, eEncodingUint, eFormatHex, { gcc_r1, dwarf_r1, … in HardcodeARMRegisters() 749 …{ "r2", "arg3", 4, 0, eEncodingUint, eFormatHex, { gcc_r2, dwarf_r2, … in HardcodeARMRegisters() 750 …{ "r3", "arg4", 4, 0, eEncodingUint, eFormatHex, { gcc_r3, dwarf_r3, … in HardcodeARMRegisters() 751 …{ "r4", NULL, 4, 0, eEncodingUint, eFormatHex, { gcc_r4, dwarf_r4, … in HardcodeARMRegisters() 752 …{ "r5", NULL, 4, 0, eEncodingUint, eFormatHex, { gcc_r5, dwarf_r5, … in HardcodeARMRegisters() 753 …{ "r6", NULL, 4, 0, eEncodingUint, eFormatHex, { gcc_r6, dwarf_r6, … in HardcodeARMRegisters() 754 …{ "r7", "fp", 4, 0, eEncodingUint, eFormatHex, { gcc_r7, dwarf_r7, … in HardcodeARMRegisters() 755 …{ "r8", NULL, 4, 0, eEncodingUint, eFormatHex, { gcc_r8, dwarf_r8, … in HardcodeARMRegisters() 756 …{ "r9", NULL, 4, 0, eEncodingUint, eFormatHex, { gcc_r9, dwarf_r9, … in HardcodeARMRegisters() [all …]
|
D | ProcessGDBRemote.cpp | 342 eFormatHex, // formate in BuildDynamicRegisterInfo() 392 reg_info.format = eFormatHex; in BuildDynamicRegisterInfo()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextDarwin_arm.cpp | 198 …xtDarwin_arm::DBG *)NULL)->reg[i]), DBG_OFFSET(reg[i]), eEncodingUint, eFormatHex, { LLDB_INVALID_… 205 { "r0", NULL, 4, GPR_OFFSET(0), eEncodingUint, eFormatHex, { gcc_r0, … 206 { "r1", NULL, 4, GPR_OFFSET(1), eEncodingUint, eFormatHex, { gcc_r1, … 207 { "r2", NULL, 4, GPR_OFFSET(2), eEncodingUint, eFormatHex, { gcc_r2, … 208 { "r3", NULL, 4, GPR_OFFSET(3), eEncodingUint, eFormatHex, { gcc_r3, … 209 { "r4", NULL, 4, GPR_OFFSET(4), eEncodingUint, eFormatHex, { gcc_r4, … 210 { "r5", NULL, 4, GPR_OFFSET(5), eEncodingUint, eFormatHex, { gcc_r5, … 211 { "r6", NULL, 4, GPR_OFFSET(6), eEncodingUint, eFormatHex, { gcc_r6, … 212 { "r7", NULL, 4, GPR_OFFSET(7), eEncodingUint, eFormatHex, { gcc_r7, … 213 { "r8", NULL, 4, GPR_OFFSET(8), eEncodingUint, eFormatHex, { gcc_r8, … [all …]
|
D | RegisterContextDarwin_i386.cpp | 224 … sizeof(((RegisterContextDarwin_i386::GPR *)NULL)->reg), GPR_OFFSET(reg), eEncodingUint, eFormatHex 225 … sizeof(((RegisterContextDarwin_i386::FPU *)NULL)->reg), FPU_OFFSET(reg), eEncodingUint, eFormatHex 228 … sizeof(((RegisterContextDarwin_i386::EXC *)NULL)->reg), EXC_OFFSET(reg), eEncodingUint, eFormatHex
|
D | RegisterContextDarwin_x86_64.cpp | 246 …izeof(((RegisterContextDarwin_x86_64::GPR *)NULL)->reg), GPR_OFFSET(reg), eEncodingUint, eFormatHex 247 …izeof(((RegisterContextDarwin_x86_64::FPU *)NULL)->reg), FPU_OFFSET(reg), eEncodingUint, eFormatHex 249 …izeof(((RegisterContextDarwin_x86_64::EXC *)NULL)->reg), EXC_OFFSET(reg), eEncodingUint, eFormatHex
|
D | DynamicRegisterInfo.cpp | 135 reg_info.format = eFormatHex; in SetRegisterInfo()
|
/external/lldb/test/functionalities/data-formatter/format-propagation/ |
D | TestFormatPropagation.py | 69 parent.SetFormat(lldb.eFormatHex) 82 X.SetFormat(lldb.eFormatHex)
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 962 eFormatHex, // Format to use in DumpPacket() 1000 eFormatHex, // Format to use in DumpPacket() 1015 eFormatHex, // Format to use in DumpPacket() 1140 eFormatHex, // Format to use in DumpPacket() 1239 eFormatHex, // Format to use in DumpPacket() 1266 eFormatHex, // Format to use in DumpPacket() 1282 eFormatHex, // Format to use in DumpPacket()
|
/external/lldb/source/Core/ |
D | DataExtractor.cpp | 1429 item_format = eFormatHex; in Dump() 1714 case eFormatHex: in Dump() 1938 …offset = Dump (s, offset, eFormatHex, 1, item_byte_size, item_byte_size, LLDB_INVALID_ADDRESS, 0, … in Dump() 1950 …offset = Dump (s, offset, eFormatHex, sizeof(uint16_t), item_byte_size / sizeof(uint16_t), ite… in Dump() 1962 …offset = Dump (s, offset, eFormatHex, sizeof(uint32_t), item_byte_size / sizeof(uint32_t), ite… in Dump() 1974 …offset = Dump (s, offset, eFormatHex, sizeof(uint64_t), item_byte_size / sizeof(uint64_t), ite… in Dump() 1992 …offset = Dump (s, offset, eFormatHex, 16, item_byte_size / 16, item_byte_size / 16, LLDB_INVALID_A… in Dump()
|
D | Value.cpp | 287 return eFormatHex; in GetValueDefaultFormat()
|
D | Address.cpp | 157 eFormatHex, // Print as characters in DumpUInt()
|
/external/lldb/source/Interpreter/ |
D | OptionGroupFormat.cpp | 214 case 'x': format = eFormatHex; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
|
/external/lldb/test/python_api/formatters/ |
D | TestFormattersSBAPI.py | 70 format = lldb.SBTypeFormat(lldb.eFormatHex) 264 …ory.AddTypeFormat(lldb.SBTypeNameSpecifier(""), lldb.SBTypeFormat(lldb.eFormatHex)), "adding a for…
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | RegisterContext_i386.cpp | 172 eFormatHex, { kind1, kind2, kind3, kind4, gpr_##reg }, NULL, NULL } 176 eFormatHex, { kind1, kind2, kind3, kind4, fpu_##reg }, NULL, NULL }
|
D | RegisterContext_x86_64.cpp | 319 eFormatHex, { kind1, kind2, kind3, kind4, gpr_##reg }, NULL, NULL } 326 eFormatHex, { kind1, kind2, kind3, kind4, gpr_##reg_i386 }, &value_regs, NULL } 330 eFormatHex, { kind1, kind2, kind3, kind4, fpu_##reg }, NULL, NULL } 351 { #reg#i, NULL, 0, 0, eEncodingUint, eFormatHex, \
|
/external/lldb/include/lldb/ |
D | lldb-enumerations.h | 102 eFormatHex, enumerator
|
/external/lldb/source/Utility/ |
D | ARM_DWARF_Registers.cpp | 242 reg_info.format = eFormatHex; in GetARMDWARFRegisterInfo()
|
/external/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 233 case eFormatHex: in FinalizeSettings() 1208 case eFormatHex: in DoExecute()
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 50 { eFormatHex , 'x' , "hex" }, 297 return eFormatHex; in GetSingleItemFormat()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFCompileUnit.cpp | 332 …m_dwarf2Data->get_debug_info_data().Dump (s, m_offset, lldb::eFormatHex, 1, Size(), 32, LLDB_INVAL… in Verify()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 1951 return lldb::eFormatHex; in GetFormat() 1954 case clang::Type::ObjCObjectPointer: return lldb::eFormatHex; in GetFormat() 1955 case clang::Type::BlockPointer: return lldb::eFormatHex; in GetFormat() 1956 case clang::Type::Pointer: return lldb::eFormatHex; in GetFormat() 1958 case clang::Type::RValueReference: return lldb::eFormatHex; in GetFormat() 5940 case eFormatHex: in DumpTypeValue()
|
/external/lldb/source/Target/ |
D | Thread.cpp | 1701 cast_value_sp->SetFormat(eFormatHex); in ReturnFromFrame()
|