aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-248/8: Remove xml files from gdbserverusers/ahayward/xmlAlan Hayward1-36/+0
2018-01-247/8: Remove xml paramAlan Hayward24-30/+26
2018-01-246/8 Add gdbserver xml printsAlan Hayward8-29/+280
2018-01-245/8 Use tdesc typesAlan Hayward4-326/+275
2018-01-244/8 tab make_gdb_typeAlan Hayward1-196/+213
2018-01-243/8 Use tdesc_featureAlan Hayward6-222/+192
2018-01-24[2/8] use reg_tdescAlan Hayward7-120/+169
2018-01-24[1/8] move gdbserver tdesc func to C fileAlan Hayward2-42/+50
2018-01-24Automatic date update in version.inGDB Administrator1-1/+1
2018-01-23MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'Maciej W. Rozycki3-2/+10
2018-01-23MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option markerMaciej W. Rozycki2-1/+5
2018-01-23MIPS/BFD: Update a stale `mips_elf32_section_processing' referenceMaciej W. Rozycki2-1/+6
2018-01-23Enable Intel PCONFIG instruction.Igor Tsimbalist17-5484/+5603
2018-01-23Enable Intel WBNOINVD instruction.Igor Tsimbalist17-5483/+5609
2018-01-23MIPS/GAS: Correct `as --help' always reporting `o32' as the default ABIMaciej W. Rozycki2-3/+13
2018-01-23MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help textMaciej W. Rozycki2-0/+8
2018-01-23s390: Clean up s390-linux-tdep.cPhilipp Rudo1-32/+44
2018-01-23s390: Move record-replay to s390-tdep.cPhilipp Rudo3-3961/+3979
2018-01-23s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo8-3322/+3548
2018-01-23s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo2-2/+26
2018-01-23s390: Hook s390 into OSABI mechanismPhilipp Rudo2-127/+161
2018-01-23s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo2-8/+11
2018-01-23s390: Move tdesc validation to separate functionPhilipp Rudo2-177/+172
2018-01-23s390: gdbarch_tdep add field tdescPhilipp Rudo2-1/+13
2018-01-23s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo2-10/+17
2018-01-23s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo2-42/+73
2018-01-23s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo2-6/+8
2018-01-23Automatic date update in version.inGDB Administrator1-1/+1
2018-01-22GAS/doc: Correct `.set nomips16e2' directive description syntaxMaciej W. Rozycki2-2/+7
2018-01-22binutils/doc: Fix a "using" typo in `objcopy --rename-section' descriptionMaciej W. Rozycki2-1/+6
2018-01-22Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves4-5/+38
2018-01-22MAINTAINERS: Update my company e-mail addressMaciej W. Rozycki6-3/+15
2018-01-22Fix the RX assembler so that it can handle escaped double quote characters, i...Oleg Endo5-2/+30
2018-01-22Update Swedish translation for the binutils sub-directoryNick Clifton2-1640/+2082
2018-01-22regcache::cooked_write testYao Qi2-0/+129
2018-01-22regcache_cooked_read -> regcache->cooked_readYao Qi5-30/+40
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi24-138/+145
2018-01-22Remove mt portYao Qi5-1239/+10
2018-01-22Don't call gdbarch_pseudo_register_read_value in jit.cYao Qi2-11/+10
2018-01-21Ada/DWARF: Assume the Ada compiler produces descriptive type attributesJoel Brobecker2-9/+8
2018-01-21wrong line number in breakpoint locationJoel Brobecker10-12/+137
2018-01-22Automatic date update in version.inGDB Administrator1-1/+1
2018-01-21gdb: Don't store a thread-id for floating varobjAndrew Burgess5-8/+20
2018-01-21gdb: Remove out of date commentAndrew Burgess2-1/+4
2018-01-21gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess9-14/+266
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess17-94/+111
2018-01-21gdb: Remove duplicate declaration of global innermost_blockAndrew Burgess3-5/+6
2018-01-21gdb: Add test for some error cases of @entry usageAndrew Burgess2-0/+13
2018-01-21Automatic date update in version.inGDB Administrator1-1/+1
2018-01-20x86: Check the versioned __tls_get_addr symbolH.J. Lu7-1/+72