Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | SAFE_BYTE_GET64 | Alan Modra | 7 | -277/+93 |
2021-05-12 | PR27836, readelf -w pointer comparison UB | Alan Modra | 2 | -4/+12 |
2021-05-12 | Guile: add value-const-value | George Barrett | 7 | -2/+51 |
2021-05-12 | Guile: add value-{rvalue-,}reference-value | George Barrett | 7 | -0/+88 |
2021-05-12 | Guile: improved rvalue reference support | George Barrett | 6 | -0/+25 |
2021-05-12 | arm: fix fallout from recent thumb2 detection patch | Richard Earnshaw | 2 | -1/+6 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 69 | -285/+236 |
2021-05-12 | Add MTE register set support for core files | Luis Machado | 3 | -0/+40 |
2021-05-12 | gdb, btrace, pt: ignore status update enable events | Markus Metzger | 2 | -0/+8 |
2021-05-12 | PR27853, Infinite loop in dwarf.c | Alan Modra | 2 | -12/+21 |
2021-05-12 | PR27849, heap-buffer-overflow on readelf -w | Alan Modra | 2 | -8/+31 |
2021-05-12 | sim: clean up explicit environment build calls | Mike Frysinger | 8 | -48/+16 |
2021-05-12 | Fix build failure in d10v sim | Luis Machado | 2 | -2/+11 |
2021-05-11 | x86-64/ELF: Fix "clear src_mask for all reloc types" test case | Roland McGrath | 2 | -1/+6 |
2021-05-12 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-05-11 | gdb: fix indentation in arm_record_data_proc_misc_ld_str | Simon Marchi | 2 | -14/+19 |
2021-05-11 | gdb: fix indentation of cmd_list_element | Simon Marchi | 2 | -193/+197 |
2021-05-11 | arm: correctly decode Tag_THUMB_ISA_use=3 for thumb2 features | Richard Earnshaw | 1 | -1/+3 |
2021-05-11 | dwarf.c (process_abbrev_set): Properly parenthesize, fix fallout | Hans-Peter Nilsson | 2 | -1/+6 |
2021-05-11 | [gdb/testsuite] Update infrun regexp in gdb.base/watch_thread_num.exp | Tom de Vries | 2 | -4/+21 |
2021-05-11 | [gdb/testsuite] Fix read1 timeout in gdb.base/gdb-sigterm.exp | Tom de Vries | 2 | -1/+5 |
2021-05-11 | gdb/fortran: Breakpoint location is modified. | Bhuvanendra Kumar N | 2 | -2/+6 |
2021-05-11 | PR27844, Unstable symbol name in objdump outputs | Alan Modra | 3 | -2/+9 |
2021-05-11 | Fix an illegal memory access when attempting to disassemble a corrupt TIC30 b... | Nick Clifton | 2 | -0/+9 |
2021-05-11 | Prevent libdel.dll.a from being installed on Windows based systems. | Nick Clifton | 3 | -0/+9 |
2021-05-11 | Report illegal Z80 load instructions. | Sergey Belyashov | 5 | -0/+95 |
2021-05-11 | PR27845, readelf heap-buffer-overflow | Alan Modra | 2 | -38/+51 |
2021-05-11 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-05-10 | [PR gdb/27614] gdb-add-index fails on symlinks. | Lancelot SIX | 4 | -0/+86 |
2021-05-10 | Remove strayed fprintf in commit 23182ac0d83 | H.J. Lu | 2 | -1/+6 |
2021-05-10 | gdb/testsuite: don't use source tree as temporary HOME directory | Andrew Burgess | 2 | -1/+17 |
2021-05-10 | gdb/testsuite: use proc parameters in gdb.arch/amd64-osabi.exp | Simon Marchi | 2 | -3/+8 |
2021-05-10 | gdb, gdbserver: make status_to_str display the signal name | Simon Marchi | 2 | -4/+10 |
2021-05-10 | Fix an indirection via uninitialised memory when parsing a corrupt input file. | Nick Clifton | 2 | -0/+46 |
2021-05-10 | Enable linker garbage collection for the PRU target. | Dimitar Dimitrov | 10 | -7/+22 |
2021-05-10 | PRU: Add alignment for resource table, and allow sizes of memory regions to b... | Dimitar Dimitrov | 2 | -2/+14 |
2021-05-10 | Add support for 8-bit and 24-bit shifts in the z80 assembler. | Sergey Belyashov | 4 | -2/+35 |
2021-05-10 | Restore old behaviour of windres so that options containing spaces are not en... | Thomas Wolff | 3 | -29/+14 |
2021-05-10 | gdb/doc: reword a sentence | Andrew Burgess | 3 | -2/+7 |
2021-05-10 | Avoid possible pointer wrap | Alan Modra | 2 | -3/+9 |
2021-05-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-05-09 | gdb/doc: document 'set debug py-unwind' | Andrew Burgess | 2 | -0/+12 |
2021-05-09 | gdb/py: add some debugging to py-breakpoint.c | Andrew Burgess | 4 | -3/+83 |
2021-05-09 | gdb/py: convert debug logging in py-unwind to use new scheme | Andrew Burgess | 2 | -16/+51 |
2021-05-09 | gdb: replace fprint_frame_id | Andrew Burgess | 7 | -75/+68 |
2021-05-09 | Use htab_eq_string in libctf | Alan Modra | 4 | -18/+16 |
2021-05-09 | Use htab_eq_string in binutils | Alan Modra | 2 | -9/+7 |
2021-05-08 | gdbsupport: re-generate configure & friends | Simon Marchi | 4 | -83/+8 |
2021-05-08 | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 6 | -25/+41 |
2021-05-08 | gdb: add missing space in infrun_debug_printf | Simon Marchi | 2 | -1/+5 |