summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gold: Initial R_X86_64_THUNK_GOTPCRELX supportusers/hjl/x86H.J. Lu2018-01-242-2/+11
* x86-64: Add R_X86_64_THUNK_GOTPCRELXH.J. Lu2018-01-2429-17/+736
* Automatic date update in version.inGDB Administrator2018-01-241-1/+1
* MIPS/GAS: Correct default ABI selection for `mips64*-ps2-elf*'Maciej W. Rozycki2018-01-233-2/+10
* MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option markerMaciej W. Rozycki2018-01-232-1/+5
* MIPS/BFD: Update a stale `mips_elf32_section_processing' referenceMaciej W. Rozycki2018-01-232-1/+6
* Enable Intel PCONFIG instruction.Igor Tsimbalist2018-01-2317-5484/+5603
* Enable Intel WBNOINVD instruction.Igor Tsimbalist2018-01-2317-5483/+5609
* MIPS/GAS: Correct `as --help' always reporting `o32' as the default ABIMaciej W. Rozycki2018-01-232-3/+13
* MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help textMaciej W. Rozycki2018-01-232-0/+8
* s390: Clean up s390-linux-tdep.cPhilipp Rudo2018-01-231-32/+44
* s390: Move record-replay to s390-tdep.cPhilipp Rudo2018-01-233-3961/+3979
* s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo2018-01-238-3322/+3548
* s390: gdbarch_tdep add hook for syscall recordPhilipp Rudo2018-01-232-2/+26
* s390: Hook s390 into OSABI mechanismPhilipp Rudo2018-01-232-127/+161
* s390: if -> gdb_assert for tdesc_has_registers checkPhilipp Rudo2018-01-232-8/+11
* s390: Move tdesc validation to separate functionPhilipp Rudo2018-01-232-177/+172
* s390: gdbarch_tdep add field tdescPhilipp Rudo2018-01-232-1/+13
* s390: gdbarch_tdep.have_* int -> boolPhilipp Rudo2018-01-232-10/+17
* s390: Allocate gdbarch & tdep at start of gdbarch_initPhilipp Rudo2018-01-232-42/+73
* s390: Remove duplicate checks for cached gdbarch at initPhilipp Rudo2018-01-232-6/+8
* Automatic date update in version.inGDB Administrator2018-01-231-1/+1
* GAS/doc: Correct `.set nomips16e2' directive description syntaxMaciej W. Rozycki2018-01-222-2/+7
* binutils/doc: Fix a "using" typo in `objcopy --rename-section' descriptionMaciej W. Rozycki2018-01-222-1/+6
* Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves2018-01-224-5/+38
* MAINTAINERS: Update my company e-mail addressMaciej W. Rozycki2018-01-226-3/+15
* Fix the RX assembler so that it can handle escaped double quote characters, i...Oleg Endo2018-01-225-2/+30
* Update Swedish translation for the binutils sub-directoryNick Clifton2018-01-222-1640/+2082
* regcache::cooked_write testYao Qi2018-01-222-0/+129
* regcache_cooked_read -> regcache->cooked_readYao Qi2018-01-225-30/+40
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-2224-138/+145
* Remove mt portYao Qi2018-01-225-1239/+10
* Don't call gdbarch_pseudo_register_read_value in jit.cYao Qi2018-01-222-11/+10
* Ada/DWARF: Assume the Ada compiler produces descriptive type attributesJoel Brobecker2018-01-212-9/+8
* wrong line number in breakpoint locationJoel Brobecker2018-01-2110-12/+137
* Automatic date update in version.inGDB Administrator2018-01-221-1/+1
* gdb: Don't store a thread-id for floating varobjAndrew Burgess2018-01-215-8/+20
* gdb: Remove out of date commentAndrew Burgess2018-01-212-1/+4
* gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess2018-01-219-14/+266
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-2117-94/+111
* gdb: Remove duplicate declaration of global innermost_blockAndrew Burgess2018-01-213-5/+6
* gdb: Add test for some error cases of @entry usageAndrew Burgess2018-01-212-0/+13
* Automatic date update in version.inGDB Administrator2018-01-211-1/+1
* x86: Check the versioned __tls_get_addr symbolH.J. Lu2018-01-207-1/+72
* Automatic date update in version.inGDB Administrator2018-01-201-1/+1
* Fix qualified name lookup for RustTom Tromey2018-01-195-6/+30
* S390: Fix infcalls in s390-vregs test caseAndreas Arnez2018-01-192-2/+7
* gdb: Add missing #ifdef USE_THREAD_DB to gdbserverJames Clarke2018-01-192-0/+7
* gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.hJames Clarke2018-01-193-2/+7
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-197-14/+39