summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert the rest x86 target descriptionsusers/qiyao/target-desc-4origin/users/qiyao/target-desc-4Yao Qi2017-08-2128-2568/+153
* Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.cYao Qi2017-08-2110-1998/+0
* [GDBserver] Shorten srv_amd64_linux_xmlfilesYao Qi2017-08-211-1/+1
* [GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi2017-08-211-9/+3
* Convert amd64-linux target descriptionsYao Qi2017-08-2112-210/+339
* Lazily and dynamically create amd64-linux target descriptionsYao Qi2017-08-2112-54/+578
* Centralize amd64-linux target descriptionsYao Qi2017-08-213-52/+35
* Update comments in amd64_linux_core_read_descriptionYao Qi2017-08-211-3/+3
* [GDBserver] Shorten srv_i386_linux_xmlfilesYao Qi2017-08-211-1/+1
* [GDBserver] Use pre-generated tdesc as testYao Qi2017-08-215-87/+103
* Remove features/i386/i386-*linux.cYao Qi2017-08-218-1118/+0
* Share i386-linux target description between GDB and GDBserverYao Qi2017-08-2113-77/+146
* Dynamically composite xml in reply to GDBYao Qi2017-08-2113-39/+118
* [GDBserver] unit test to i386_tdescYao Qi2017-08-213-1/+90
* [GDBserver] Centralize tdesc for i386-linuxYao Qi2017-08-2119-166/+458
* Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi2017-08-211-1/+2
* Use VEC for target_desc.reg_defsYao Qi2017-08-215-32/+37
* Adjust code generated by regformats/regdat.shYao Qi2017-08-211-8/+9
* Let i386_target_description return tdesc_i386_mmxYao Qi2017-08-213-4/+6
* Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0Yao Qi2017-08-211-2/+2
* Use i386_target_description to get tdesc_i386Yao Qi2017-08-213-8/+6
* Use amd64_target_description to get tdesc_amd64Yao Qi2017-08-219-10/+21
* [ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi2017-08-182-0/+14
* GDBserver self testsYao Qi2017-08-1816-18/+146
* Remove some GDB specific stuff from selftest.cYao Qi2017-08-182-5/+8
* Put selftests api into selftests namespaceYao Qi2017-08-1821-27/+66
* Fix buffer overrun parsing a corrupt tekhex binary.Nick Clifton2017-08-182-1/+7
* Automatic date update in version.inGDB Administrator2017-08-181-1/+1
* Plug source_command leakPedro Alves2017-08-172-1/+5
* Plug line_header leaksPedro Alves2017-08-172-33/+70
* Add test of V2 GNU build attribute notes.Nick Clifton2017-08-178-1/+232
* [AArch64] Skip IFUNC relocations in debug sectionsSzabolcs Nagy2017-08-172-3/+28
* Add new Brazilian Portuguese translation for the ld subdirectory.Nick Clifton2017-08-174-2/+2958
* Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay2017-08-172-0/+7
* Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWSRuslan Kabatsayev2017-08-172-0/+8
* Automatic date update in version.inGDB Administrator2017-08-171-1/+1
* Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev2017-08-164-0/+20
* Automatic date update in version.inGDB Administrator2017-08-161-1/+1
* Add new NT_PPC_* available since Linux 4.8Gustavo Romero2017-08-164-0/+73
* Add myself as a write-after-approval GDB maintainer.Stafford Horne2017-08-162-0/+5
* xtensa: Properly strdup string when building reggroupStafford Horne2017-08-162-5/+5
* Fix PR gdb/21954: make 'unset environment' work againSergio Durigan Junior2017-08-154-1/+16
* Fix compile on big-endian platforms in siginfo_t converter.John Baldwin2017-08-152-1/+6
* [Patch AArch64] Turn lr, fp, ip0 and ip1 into proper aliasesRamana Radhakrishnan2017-08-157-5/+47
* GDB testsuite: Suppress GCC's colored outputAndreas Arnez2017-08-142-1/+34
* Remove BITS_IN_BYTES defineTom Tromey2017-08-142-6/+9
* Fix two regressions in scalar printingTom Tromey2017-08-147-8/+44
* Fix memory leak in add_symbol_file_commandTom Tromey2017-08-142-32/+15
* Use std::move in a few placesTom Tromey2017-08-144-3/+10
* Fix null pointer dereference when parsing a corrupt ELF binary.Nick Clifton2017-08-143-1123/+1180