Age | Commit message (Expand) | Author | Files | Lines |
2015-12-07 | [GOLD] R_PPC64_ENTRY support | Alan Modra | 4 | -0/+58 |
2015-12-07 | R_PPC64_ENTRY | Alan Modra | 7 | -4/+98 |
2015-12-07 | tc-ppc.c md_apply_fix tidy | Alan Modra | 2 | -12/+16 |
2015-12-07 | Reorder some power9 insns | Alan Modra | 2 | -11/+16 |
2015-12-07 | bfd: Mark sh5*-*-* and sh64*-*-* targets as obsolete. | Kaz Kojima | 2 | -0/+5 |
2015-12-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-06 | Replace remaining references to i386-nat with x86-nat instead. | Joel Brobecker | 3 | -3/+10 |
2015-12-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-05 | Document the GDB 7.10.1 release in gdb/ChangeLog | Joel Brobecker | 1 | -0/+4 |
2015-12-04 | gdbserver: set ptrace flags after creating inferiors | Josh Stone | 10 | -15/+106 |
2015-12-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-04 | Optimize R_386_GOT32/R_386_GOT32X only if addend is 0 | H.J. Lu | 15 | -13/+186 |
2015-12-04 | Fix GAS testsuite failures for COFF/PE based ARM targets. | Nick Clifton | 5 | -3/+17 |
2015-12-04 | Remove useless loop in elf.c | Tristan Gingold | 2 | -5/+5 |
2015-12-04 | Fix failures in the GAS testsuite for the ARC architecture. | Claudiu Zissulescu | 29 | -167/+622 |
2015-12-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-03 | Take addend into account when making GOT entries for local symbols. | Vladimir Radosavljevic | 5 | -27/+244 |
2015-12-03 | Remove duplicate arch/arm.h include in linux-arm-low.c. | Antoine Tremblay | 2 | -2/+4 |
2015-12-03 | Run gdb.base/sizeof.exp with board having gdb,noinferiorio | Yao Qi | 3 | -39/+31 |
2015-12-03 | Darwin: add new mach-o header flags. | Tristan Gingold | 4 | -1/+16 |
2015-12-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-02 | addr2line vs. inlined C functions called from C++ | Alan Modra | 3 | -14/+31 |
2015-12-02 | Make --enable-initfini-array the default | Alan Modra | 3 | -54/+17 |
2015-12-02 | Fix powerpc64 segfault caused by zero r_symndx relocs. | Alan Modra | 2 | -2/+13 |
2015-12-02 | Fix ldah being disassembled as ldaexh | Andre Vieira | 4 | -4/+14 |
2015-12-02 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-01 | Properly check symbol defined by assignment in linker script | H.J. Lu | 12 | -13/+121 |
2015-12-01 | Avoid "operation may be undefined" warning in remote.c | Ulrich Weigand | 2 | -1/+6 |
2015-12-01 | Fix uninitialized variable warnings in remote.c | Ulrich Weigand | 2 | -0/+7 |
2015-12-01 | Run gdb.base/disp-step-syscall.exp for aarch64-linux | Yao Qi | 2 | -1/+6 |
2015-12-01 | Trim unused params from aout adjust_sizes_and_vmas | Alan Modra | 9 | -56/+27 |
2015-12-01 | Invoke aout N_* macros with pointer to struct internal_exec | Alan Modra | 40 | -338/+390 |
2015-12-01 | Don't use BFD_TRADITIONAL_FORMAT flag in COFF support | Alan Modra | 6 | -24/+39 |
2015-12-01 | binutils/configure update | Alan Modra | 2 | -1/+5 |
2015-12-01 | SRC-POTFILES.in update | Alan Modra | 2 | -0/+6 |
2015-12-01 | Re: ARC port broken reloc processing | Alan Modra | 2 | -14/+22 |
2015-12-01 | ARC port broken reloc processing | Alan Modra | 2 | -1/+6 |
2015-12-01 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-11-30 | Remove too simple breakpoint_reinsert_addr implementations. | Antoine Tremblay | 7 | -88/+21 |
2015-11-30 | Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer. | Antoine Tremblay | 4 | -154/+25 |
2015-11-30 | Refactor queries for hardware and software single stepping support in GDBServer. | Antoine Tremblay | 16 | -6/+355 |
2015-11-30 | Fix instruction skipping when using software single step in GDBServer | Antoine Tremblay | 4 | -7/+41 |
2015-11-30 | Fix breakpoint size when stepping over a permanent breakpoint in GDBServer. | Antoine Tremblay | 5 | -2/+83 |
2015-11-30 | gdbserver: don't exit until GDB disconnects | Pedro Alves | 2 | -27/+18 |
2015-11-30 | gdbserver/linux: Always wake up event loop after resume | Pedro Alves | 2 | -0/+10 |
2015-11-30 | gdbserver:prepare_access_memory: pick another thread | Pedro Alves | 4 | -20/+131 |
2015-11-30 | Implement TARGET_WAITKIND_NO_RESUMED in the remote protocol | Pedro Alves | 11 | -23/+143 |
2015-11-30 | infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop mode | Pedro Alves | 2 | -13/+105 |
2015-11-30 | testsuite: Range stepping and non-stop mode | Pedro Alves | 2 | -2/+10 |
2015-11-30 | gdbserver: fix killed-outside.exp | Pedro Alves | 2 | -6/+31 |