aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Convert the rest x86 target descriptionsusers/qiyao/target-desc-4Yao Qi28-2568/+153
2017-08-21Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.cYao Qi10-1998/+0
2017-08-21[GDBserver] Shorten srv_amd64_linux_xmlfilesYao Qi1-1/+1
2017-08-21[GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi1-9/+3
2017-08-21Convert amd64-linux target descriptionsYao Qi12-210/+339
2017-08-21Lazily and dynamically create amd64-linux target descriptionsYao Qi12-54/+578
2017-08-21Centralize amd64-linux target descriptionsYao Qi3-52/+35
2017-08-21Update comments in amd64_linux_core_read_descriptionYao Qi1-3/+3
2017-08-21[GDBserver] Shorten srv_i386_linux_xmlfilesYao Qi1-1/+1
2017-08-21[GDBserver] Use pre-generated tdesc as testYao Qi5-87/+103
2017-08-21Remove features/i386/i386-*linux.cYao Qi8-1118/+0
2017-08-21Share i386-linux target description between GDB and GDBserverYao Qi13-77/+146
2017-08-21Dynamically composite xml in reply to GDBYao Qi13-39/+118
2017-08-21[GDBserver] unit test to i386_tdescYao Qi3-1/+90
2017-08-21[GDBserver] Centralize tdesc for i386-linuxYao Qi19-166/+458
2017-08-21Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi1-1/+2
2017-08-21Use VEC for target_desc.reg_defsYao Qi5-32/+37
2017-08-21Adjust code generated by regformats/regdat.shYao Qi1-8/+9
2017-08-21Let i386_target_description return tdesc_i386_mmxYao Qi3-4/+6
2017-08-21Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0Yao Qi1-2/+2
2017-08-21Use i386_target_description to get tdesc_i386Yao Qi3-8/+6
2017-08-21Use amd64_target_description to get tdesc_amd64Yao Qi9-10/+21
2017-08-18[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi2-0/+14
2017-08-18GDBserver self testsYao Qi16-18/+146
2017-08-18Remove some GDB specific stuff from selftest.cYao Qi2-5/+8
2017-08-18Put selftests api into selftests namespaceYao Qi21-27/+66
2017-08-18Fix buffer overrun parsing a corrupt tekhex binary.Nick Clifton2-1/+7
2017-08-18Automatic date update in version.inGDB Administrator1-1/+1
2017-08-17Plug source_command leakPedro Alves2-1/+5
2017-08-17Plug line_header leaksPedro Alves2-33/+70
2017-08-17Add test of V2 GNU build attribute notes.Nick Clifton8-1/+232
2017-08-17[AArch64] Skip IFUNC relocations in debug sectionsSzabolcs Nagy2-3/+28
2017-08-17Add new Brazilian Portuguese translation for the ld subdirectory.Nick Clifton4-2/+2958
2017-08-17Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay2-0/+7
2017-08-17Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWSRuslan Kabatsayev2-0/+8
2017-08-17Automatic date update in version.inGDB Administrator1-1/+1
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev4-0/+20
2017-08-16Automatic date update in version.inGDB Administrator1-1/+1
2017-08-16Add new NT_PPC_* available since Linux 4.8Gustavo Romero4-0/+73
2017-08-16Add myself as a write-after-approval GDB maintainer.Stafford Horne2-0/+5
2017-08-16xtensa: Properly strdup string when building reggroupStafford Horne2-5/+5
2017-08-15Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior4-1/+16
2017-08-15Fix compile on big-endian platforms in siginfo_t converter.John Baldwin2-1/+6
2017-08-15[Patch AArch64] Turn lr, fp, ip0 and ip1 into proper aliasesRamana Radhakrishnan7-5/+47
2017-08-14GDB testsuite: Suppress GCC's colored outputAndreas Arnez2-1/+34
2017-08-14Remove BITS_IN_BYTES defineTom Tromey2-6/+9
2017-08-14Fix two regressions in scalar printingTom Tromey7-8/+44
2017-08-14Fix memory leak in add_symbol_file_commandTom Tromey2-32/+15
2017-08-14Use std::move in a few placesTom Tromey4-3/+10
2017-08-14Fix null pointer dereference when parsing a corrupt ELF binary.Nick Clifton3-1123/+1180