Age | Commit message (Expand) | Author | Files | Lines |
2019-12-07 | PR25236, common sym versioning | Alan Modra | 2 | -3/+11 |
2019-12-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-12-06 | [ARM, sim] Fix build error and warnings | Luis Machado | 6 | -67/+71 |
2019-12-06 | Put bcache inside "namespace gdb" | Christian Biesinger | 8 | -9/+36 |
2019-12-06 | [gdb/symtab] Prefer var def over decl | Tom de Vries | 4 | -10/+123 |
2019-12-06 | [gas] Implement .cfi_negate_ra_state directive | Kyrylo Tkachov | 4 | -0/+53 |
2019-12-06 | Re: Only give FDE encoding warnings if --eh-frame-hdr was specified. | Alan Modra | 5 | -4/+11 |
2019-12-06 | gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp | Tankut Baris Aktemur | 2 | -9/+9 |
2019-12-06 | gdb: fix overload resolution for see-through references | Tankut Baris Aktemur | 6 | -2/+29 |
2019-12-06 | Fix crash when command arg is missing in faas/taas/tfaas commands. | Philippe Waroquiers | 6 | -1/+22 |
2019-12-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-12-05 | Fix leaks when pruning inferiors. | Philippe Waroquiers | 2 | -6/+8 |
2019-12-05 | Only give FDE encoding warnings if --eh-frame-hdr was specified. | Sandra Loosemore | 2 | -12/+23 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 13 | -69/+51 |
2019-12-05 | Fix a problem computing the size fields in the PE format header. | Nick Clifton | 2 | -0/+9 |
2019-12-05 | Re: PR25244, --print-memory-usage, division by zero if MEMORY length is zero | Alan Modra | 2 | -1/+7 |
2019-12-05 | Arm64: simplify Crypto arch extension handling | Jan Beulich | 6 | -16/+20 |
2019-12-05 | Arm64: correct "sha3" arch-extension directive handling | Jan Beulich | 7 | -45/+49 |
2019-12-05 | PR25243, static linking with exceptions and iostream is broken on ARM | Alan Modra | 7 | -52/+42 |
2019-12-05 | PR25244, --print-memory-usage, division by zero if MEMORY length is zero | Alan Modra | 2 | -4/+11 |
2019-12-05 | PR25249, Memory leak in microblaze-dis.c | Alan Modra | 2 | -138/+182 |
2019-12-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-12-04 | Fix (most) OpenBSD link errors | Christian Biesinger | 2 | -2/+8 |
2019-12-04 | Use metadata style in a few more places | Tom Tromey | 5 | -15/+24 |
2019-12-04 | gdb/testsuite: Use -J option when compiling Fortran tests | Andrew Burgess | 3 | -1/+18 |
2019-12-04 | gdb/fortran: Support for single/double type modifiers | Andrew Burgess | 4 | -3/+52 |
2019-12-04 | Fix doc of AVR-specific command "info io_registers" | Simon Marchi | 2 | -1/+6 |
2019-12-04 | Fix regcache::cooked_read_test selftest for mep | Simon Marchi | 2 | -0/+6 |
2019-12-04 | Remove unused includes in aarch64-linux-tdep.c | Simon Marchi | 2 | -5/+5 |
2019-12-04 | Remove unused includes in aarch64-tdep.c | Simon Marchi | 2 | -7/+4 |
2019-12-04 | Compare iterators, not values, in filtered_iterator::operator{==,!=} | Simon Marchi | 4 | -2/+176 |
2019-12-04 | sim-utils.c: prevent buffer overflow. | Pavel I. Kryukov | 2 | -4/+8 |
2019-12-04 | Add bit-field test for scalar_storage_order | Tom Tromey | 3 | -3/+11 |
2019-12-04 | Propagate endianity to subrange types | Tom Tromey | 7 | -0/+138 |
2019-12-04 | Remove gdbarch_bits_big_endian | Tom Tromey | 13 | -55/+37 |
2019-12-04 | Move type_byte_order earlier | Tom Tromey | 2 | -18/+25 |
2019-12-04 | Add scalar_storage_order support for floating point | Tom Tromey | 7 | -28/+66 |
2019-12-04 | Fix another build failure in tui-selftests.c | Tom Tromey | 2 | -1/+6 |
2019-12-04 | Silence maybe-uninitialized warning in dwarf2read.c | Tom Tromey | 2 | -1/+6 |
2019-12-04 | gdb/mi: Add -max-results parameter to some -symbol-info-* commands | Andrew Burgess | 8 | -36/+180 |
2019-12-04 | gdb: Split global symbol search into separate functions | Andrew Burgess | 3 | -195/+273 |
2019-12-04 | gdb/mi: Add -symbol-info-module-{variables,functions} | Andrew Burgess | 9 | -1/+356 |
2019-12-04 | x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifier | Jan Beulich | 12 | -14/+101 |
2019-12-04 | x86-64/Intel: fix CALL/JMP with dword operand | Jan Beulich | 4 | -6/+31 |
2019-12-04 | x86: consolidate tracking of MMX register use | Jan Beulich | 2 | -9/+8 |
2019-12-04 | x86/Intel: extend MOVDIRI testing | Jan Beulich | 9 | -1/+28 |
2019-12-04 | x86: make sure all PUSH/POP honor DefaultSize | Jan Beulich | 4 | -8/+40 |
2019-12-04 | x86: drop some stray/bogus DefaultSize | Jan Beulich | 7 | -19/+111 |
2019-12-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-12-03 | Replace hash function from bcache with fast_hash | Christian Biesinger | 6 | -44/+32 |