aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-07R_PPC64_ENTRYAlan Modra7-4/+98
2015-12-07tc-ppc.c md_apply_fix tidyAlan Modra2-12/+16
2015-12-07Reorder some power9 insnsAlan Modra2-11/+16
2015-12-07bfd: Mark sh5*-*-* and sh64*-*-* targets as obsolete.Kaz Kojima2-0/+5
2015-12-07Automatic date update in version.inGDB Administrator1-1/+1
2015-12-06Replace remaining references to i386-nat with x86-nat instead.Joel Brobecker3-3/+10
2015-12-06Automatic date update in version.inGDB Administrator1-1/+1
2015-12-05Document the GDB 7.10.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone10-15/+106
2015-12-05Automatic date update in version.inGDB Administrator1-1/+1
2015-12-04Optimize R_386_GOT32/R_386_GOT32X only if addend is 0H.J. Lu15-13/+186
2015-12-04Fix GAS testsuite failures for COFF/PE based ARM targets.Nick Clifton5-3/+17
2015-12-04Remove useless loop in elf.cTristan Gingold2-5/+5
2015-12-04Fix failures in the GAS testsuite for the ARC architecture.Claudiu Zissulescu29-167/+622
2015-12-04Automatic date update in version.inGDB Administrator1-1/+1
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic5-27/+244
2015-12-03Remove duplicate arch/arm.h include in linux-arm-low.c.Antoine Tremblay2-2/+4
2015-12-03Run gdb.base/sizeof.exp with board having gdb,noinferiorioYao Qi3-39/+31
2015-12-03Darwin: add new mach-o header flags.Tristan Gingold4-1/+16
2015-12-03Automatic date update in version.inGDB Administrator1-1/+1
2015-12-02addr2line vs. inlined C functions called from C++Alan Modra3-14/+31
2015-12-02Make --enable-initfini-array the defaultAlan Modra3-54/+17
2015-12-02Fix powerpc64 segfault caused by zero r_symndx relocs.Alan Modra2-2/+13
2015-12-02Fix ldah being disassembled as ldaexhAndre Vieira4-4/+14
2015-12-02Automatic date update in version.inGDB Administrator1-1/+1
2015-12-01Properly check symbol defined by assignment in linker scriptH.J. Lu12-13/+121
2015-12-01Avoid "operation may be undefined" warning in remote.cUlrich Weigand2-1/+6
2015-12-01Fix uninitialized variable warnings in remote.cUlrich Weigand2-0/+7
2015-12-01Run gdb.base/disp-step-syscall.exp for aarch64-linuxYao Qi2-1/+6
2015-12-01Trim unused params from aout adjust_sizes_and_vmasAlan Modra9-56/+27
2015-12-01Invoke aout N_* macros with pointer to struct internal_execAlan Modra40-338/+390
2015-12-01Don't use BFD_TRADITIONAL_FORMAT flag in COFF supportAlan Modra6-24/+39
2015-12-01binutils/configure updateAlan Modra2-1/+5
2015-12-01SRC-POTFILES.in updateAlan Modra2-0/+6
2015-12-01Re: ARC port broken reloc processingAlan Modra2-14/+22
2015-12-01ARC port broken reloc processingAlan Modra2-1/+6
2015-12-01Automatic date update in version.inGDB Administrator1-1/+1
2015-11-30Remove too simple breakpoint_reinsert_addr implementations.Antoine Tremblay7-88/+21
2015-11-30Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.Antoine Tremblay4-154/+25
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay16-6/+355
2015-11-30Fix instruction skipping when using software single step in GDBServerAntoine Tremblay4-7/+41
2015-11-30Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.Antoine Tremblay5-2/+83
2015-11-30gdbserver: don't exit until GDB disconnectsPedro Alves2-27/+18
2015-11-30gdbserver/linux: Always wake up event loop after resumePedro Alves2-0/+10
2015-11-30gdbserver:prepare_access_memory: pick another threadPedro Alves4-20/+131
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves11-23/+143
2015-11-30infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop modePedro Alves2-13/+105
2015-11-30testsuite: Range stepping and non-stop modePedro Alves2-2/+10
2015-11-30gdbserver: fix killed-outside.expPedro Alves2-6/+31
2015-11-30Remote thread create/exit eventsPedro Alves16-40/+402