Age | Commit message (Expand) | Author | Files | Lines |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 57 | -376/+481 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 52 | -201/+320 |
2019-11-22 | Create a correctly-sized demangled names hashtable | Christian Biesinger | 2 | -2/+18 |
2019-11-22 | [gdb/contrib] Improve words extraction in words.sh script | Tom de Vries | 2 | -1/+6 |
2019-11-22 | [gdb/contrib] Combine sed invocations in words.sh script | Tom de Vries | 2 | -5/+10 |
2019-11-22 | Arm: Change CRC from fpu feature to archititectural extension | Mihail Ionescu | 8 | -44/+106 |
2019-11-22 | Update the linker documentation regarding the /DISCARD/ linker script section... | Nick Clifton | 2 | -0/+10 |
2019-11-22 | Replace unnecessary null check with a cast. | Nick Clifton | 2 | -1/+6 |
2019-11-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-21 | Rename demangle.c to gdb-demangle.c, and some cleanup | Christian Biesinger | 5 | -5/+17 |
2019-11-21 | Handle %I64d in format_pieces | Tom Tromey | 3 | -21/+48 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 29 | -58/+269 |
2019-11-21 | Fix potentially undefined behaviour in the linker when parsing input statements. | Nick Clifton | 2 | -1/+6 |
2019-11-21 | gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64 | Lukas Durfina | 2 | -0/+9 |
2019-11-21 | gdb: remove gen_ret_current_ui_field_ptr | Simon Marchi | 2 | -12/+35 |
2019-11-21 | PR273, SOM size -A | Alan Modra | 3 | -3/+18 |
2019-11-21 | Fix potential buffer overrun in objcopy's note merging code. | Nick Clifton | 2 | -3/+14 |
2019-11-21 | ARM cmse_scan segfault | Alan Modra | 2 | -2/+10 |
2019-11-21 | [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode | Tom de Vries | 4 | -0/+35 |
2019-11-21 | PR46, cygwin: FAIL: cdtest with -Ur | Alan Modra | 8 | -13/+41 |
2019-11-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-20 | Add missing parentheses on 'print' (gdb.python/py-progspace.exp) | Sergio Durigan Junior | 2 | -3/+8 |
2019-11-20 | Improve target description check for SVE in gdbserver | Luis Machado | 4 | -1/+29 |
2019-11-20 | PR24944, gas doesn't read enough digits when parsing a floating point number | Alan Modra | 4 | -8/+23 |
2019-11-20 | cpu: fix comment in bpf.cpu | Jose E. Marchesi | 2 | -1/+5 |
2019-11-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-19 | Fix the "winheight" command | Tom Tromey | 6 | -27/+71 |
2019-11-19 | Replace "if (attr)" with "if (attr != nullptr)". | Ali Tamur | 2 | -48/+75 |
2019-11-19 | Report GetLastError value when DebugActiveProcess fails | Tom Tromey | 2 | -1/+7 |
2019-11-19 | PR24499, ignore --add-gnu-debuglink for archives | Alan Modra | 2 | -0/+13 |
2019-11-19 | PR24968, make objcopy use output ELF arch if -B not given | Alan Modra | 2 | -2/+16 |
2019-11-19 | PR25191, internal error in _bfd_elf_set_section_contents | Alan Modra | 2 | -10/+24 |
2019-11-19 | PR25197, assertion fail coffgen.c | Alan Modra | 2 | -15/+19 |
2019-11-19 | Add space between program name and file for objcopy/strip/objdump messages | Alan Modra | 2 | -6/+11 |
2019-11-19 | gdb/testsuite: Merge whatis.exp and ctf-whatis.exp | Andrew Burgess | 4 | -1142/+469 |
2019-11-19 | gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp | Andrew Burgess | 3 | -718/+247 |
2019-11-19 | gdb/testsuite: Introduce skip_ctf_tests guard function | Andrew Burgess | 5 | -20/+42 |
2019-11-18 | Fix crash with core + TUI + run | Sergio Durigan Junior | 4 | -5/+74 |
2019-11-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-19 | [GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols output | Alan Modra | 4 | -4/+52 |
2019-11-19 | PR25200, SIGSEGV in _bfd_elf_validate_reloc | Alan Modra | 3 | -23/+12 |
2019-11-18 | Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func... | Philippe Waroquiers | 9 | -0/+21 |
2019-11-18 | Don't use class-initialization for the owner union | Christian Biesinger | 2 | -1/+9 |
2019-11-18 | elf_backend_init_file_header | Alan Modra | 20 | -107/+154 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 13 | -196/+230 |
2019-11-18 | PR25196, abort in rewrite_elf_program_header | Alan Modra | 4 | -4/+19 |
2019-11-18 | gas: Add --gdwarf-cie-version command line flag | Andrew Burgess | 15 | -3/+129 |
2019-11-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2019-11-18 | PR25198, use of out of date pointer | Alan Modra | 2 | -2/+6 |
2019-11-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |