Age | Commit message (Expand) | Author | Files | Lines |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 15 | -39/+303 |
2017-12-01 | Use consistent types for holding instructions, instruction masks, etc. | Peter Bergner | 7 | -556/+625 |
2017-12-01 | Fix dependency tracking for objects in subdirectories | Tom Tromey | 2 | -1/+10 |
2017-12-01 | Update GDB's list of maintainers to reflect today's reality | Joel Brobecker | 2 | -32/+27 |
2017-12-01 | x86: Print dynreloc in readonly section for map file output | H.J. Lu | 2 | -0/+10 |
2017-12-01 | Replace mail address with the URL in copyright header | Yao Qi | 12 | -22/+26 |
2017-12-01 | Check return value of bfd_new_link_order | Tobias Ulmer | 2 | -0/+9 |
2017-12-01 | Add --strip-unneeded to objcopy synopsis | Oleksandr Pikozh | 2 | -0/+5 |
2017-12-01 | weak alias test | Alan Modra | 7 | -110/+85 |
2017-12-01 | readonly_dynrelocs | Alan Modra | 25 | -321/+618 |
2017-12-01 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-11-30 | New gdb.ada/repeat_dyn testcase. | Joel Brobecker | 5 | -0/+108 |
2017-11-30 | Fix internal error in fix_errata on aarch64. | Peter Smith | 2 | -0/+32 |
2017-11-30 | Fix problem where erratum stubs are not always applied. | Cary Coutant | 2 | -3/+11 |
2017-11-30 | Fix segfault in relocate_erratum_stub on aarch64. | Peter Smith | 2 | -1/+7 |
2017-12-01 | PR22533, dynamic relocs generated for weak aliases | Alan Modra | 4 | -63/+53 |
2017-11-30 | [spu] Some additional test fixes | Ulrich Weigand | 3 | -4/+9 |
2017-11-30 | Use boards/local-board.exp more | Simon Marchi | 5 | -16/+14 |
2017-11-30 | Fix gdb.linespec/cpls-ops.exp on 32-bit | Pedro Alves | 2 | -2/+17 |
2017-11-30 | Remove ioctl-based procfs support on Solaris | Rainer Orth | 16 | -3656/+449 |
2017-11-30 | x86: derive DispN from BaseIndex | Jan Beulich | 4 | -4142/+4196 |
2017-11-30 | x86: drop Vec_Disp8 | Jan Beulich | 8 | -16281/+16253 |
2017-11-30 | x86/Intel: issue diagnostics for redundant segment override prefixes | Jan Beulich | 6 | -7/+64 |
2017-11-30 | Revert "x86: Update segment register check in Intel syntax" | Jan Beulich | 7 | -57/+18 |
2017-11-30 | Prevent an illegal memory access in readelf when attempting to parse a corrup... | Nick Clifton | 2 | -0/+10 |
2017-11-30 | Fix sol-thread.c compilation on Solaris | Rainer Orth | 2 | -2/+7 |
2017-11-30 | Fix testcase for PR ld/22471 | Alan Modra | 2 | -0/+9 |
2017-11-29 | Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available. | John Baldwin | 2 | -0/+6 |
2017-11-30 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-11-29 | preserve type length in ada-lang.c::to_fixed_range_type | Joel Brobecker | 2 | -0/+10 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 13 | -18/+721 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 29 | -125/+1233 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 9 | -39/+170 |
2017-11-29 | Fix setting-breakpoints regression on PPC64 (function descriptors) | Pedro Alves | 5 | -75/+66 |
2017-11-29 | Fix gdb snapshots | Tom Tromey | 2 | -1/+5 |
2017-11-29 | Give Palmer co-credit for last patch. | Jim Wilson | 1 | -0/+1 |
2017-11-29 | Fix riscv malloc error on small alignment after norvc. | Jim Wilson | 5 | -11/+23 |
2017-11-29 | In x86 -n docs, mention that you need an explicit nop fill byte. | Jim Wilson | 2 | -1/+7 |
2017-11-29 | [GAS][AARCH64]Fix a typo for IP1 register alias. | Renlin Li | 4 | -2/+12 |
2017-11-29 | Check for a NULL symbol pointer when reading relocs from a COFF based file. | Nick Clifton | 2 | -1/+7 |
2017-11-29 | Fix Python rbreak tests setting too many breakpoints when glibc debug info is... | Phil Muldoon | 2 | -0/+5 |
2017-11-29 | Update usage text for add-symbol-file, symbol-file, and load | Tom Tromey | 2 | -4/+16 |
2017-11-29 | Fix add-symbol-file usage and errors | Tom Tromey | 4 | -8/+31 |
2017-11-29 | [gdb/testsuite] Fix return type of psymtab-parameter | Thomas Preud'homme | 3 | -2/+9 |
2017-11-29 | Stop objdump from attempting to allocate a huge chunk of memory when parsing ... | Nick Clifton | 2 | -1/+17 |
2017-11-29 | ld: Add a testcase for PR ld/22471 | H.J. Lu | 5 | -0/+63 |
2017-11-29 | [gdb/testsuite] Fix wrong return type in tests | Thomas Preud'homme | 5 | -3/+12 |
2017-11-29 | Support --localedir, --datarootdir and --datadir | Stefan Stroe | 14 | -28/+70 |
2017-11-29 | Use the record_alignment function when creating a .note section, in case the ... | Nick Clifton | 2 | -2/+7 |
2017-11-28 | Allow multiply-defined absolute symbols when they have the same value. | Cary Coutant | 2 | -5/+20 |