Age | Commit message (Expand) | Author | Files | Lines |
2021-05-14 | sim: callback: always include necessary headers | Mike Frysinger | 2 | -4/+4 |
2021-05-14 | sim: create header namespace | Mike Frysinger | 76 | -81/+211 |
2021-05-14 | gdb: lm32: drop unused sim headers | Mike Frysinger | 2 | -3/+5 |
2021-05-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-05-13 | gdb: maybe unpush target from old inferior in inf_child_target::follow_exec | Simon Marchi | 4 | -1/+39 |
2021-05-13 | gdb: on exec, delegate pushing / unpushing target and adding thread to target... | Simon Marchi | 9 | -47/+107 |
2021-05-13 | gdb: call target_follow_exec when "set follow-exec-mode" is "same" | Simon Marchi | 3 | -2/+12 |
2021-05-13 | gdb/testsuite: fix dates in last 3 ChangeLog entries | Andrew Burgess | 1 | -3/+3 |
2021-05-13 | gdb/testsuite: resolve remaining duplicate tests in gdb.guile/ | Andrew Burgess | 2 | -76/+86 |
2021-05-13 | gdb/testsuite: resolve duplicate test names in gdb.guile/*.exp | Andrew Burgess | 6 | -45/+69 |
2021-05-13 | gdb/testsuite: remove some duplicate test names from guile tests | Andrew Burgess | 2 | -3/+18 |
2021-05-13 | gdb: remove cmd_list_element::pre_show_hook | Simon Marchi | 3 | -8/+6 |
2021-05-13 | revert previous delta | Nick Clifton | 2 | -13/+0 |
2021-05-13 | Fix an infinite loop in the DWARF decoder when parsing a corrupt string table. | Nick Clifton | 2 | -1/+14 |
2021-05-13 | PR27861, Infinite loop in dwarf.c:7507-7526 | Alan Modra | 2 | -1/+14 |
2021-05-13 | PR27860, Segmentation fault on readelf -w | Alan Modra | 2 | -0/+8 |
2021-05-13 | [AArch64] Fix off-by-one when calculating tag granules. | Luis Machado | 2 | -2/+8 |
2021-05-13 | RISC-V: Record implicit subsets in a table, to avoid repeated codes. | Nelson Chu | 2 | -54/+61 |
2021-05-13 | ld: Add -Bno-symbolic | Fangrui Song | 6 | -0/+30 |
2021-05-13 | PR27858, global-buffer-overflow | Alan Modra | 2 | -3/+8 |
2021-05-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-05-12 | gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr | Simon Marchi | 4 | -54/+61 |
2021-05-12 | Revert "[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()" | Tom de Vries | 4 | -18/+25 |
2021-05-12 | Ensure data pointer kept within bounds | Alan Modra | 2 | -40/+72 |
2021-05-12 | SAFE_BYTE_GET | Alan Modra | 2 | -82/+73 |
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 |