Age | Commit message (Expand) | Author | Files | Lines |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -4/+4 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | [gdb/tdep] Handle memory error in s390_linux_get_syscall_number | Tom de Vries | 1 | -3/+12 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-11 | gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw | Simon Marchi | 1 | -1/+1 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -1/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -4/+4 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -10/+10 |
2022-07-12 | [gdb/record] Support recording of getrandom | Tom de Vries | 1 | -0/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use correct stream for process record output | Tom Tromey | 1 | -3/+4 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -10/+10 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -2/+2 |
2021-07-08 | gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_init | Simon Marchi | 1 | -1/+1 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+1 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -9/+9 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -26/+26 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -2/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -11/+12 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_register_status | Simon Marchi | 1 | -6/+4 |
2018-01-30 | s390: Fix gdb.base/all-architectures.exp with --enable-targets=all | Philipp Rudo | 1 | -10/+0 |
2018-01-23 | s390: Clean up s390-linux-tdep.c | Philipp Rudo | 1 | -32/+44 |
2018-01-23 | s390: Move record-replay to s390-tdep.c | Philipp Rudo | 1 | -3961/+0 |
2018-01-23 | s390: Split up s390-linux-tdep.c into two files | Philipp Rudo | 1 | -3150/+6 |
2018-01-23 | s390: gdbarch_tdep add hook for syscall record | Philipp Rudo | 1 | -2/+20 |
2018-01-23 | s390: Hook s390 into OSABI mechanism | Philipp Rudo | 1 | -127/+154 |
2018-01-23 | s390: if -> gdb_assert for tdesc_has_registers check | Philipp Rudo | 1 | -8/+6 |
2018-01-23 | s390: Move tdesc validation to separate function | Philipp Rudo | 1 | -177/+166 |
2018-01-23 | s390: gdbarch_tdep add field tdesc | Philipp Rudo | 1 | -1/+7 |
2018-01-23 | s390: gdbarch_tdep.have_* int -> bool | Philipp Rudo | 1 | -10/+10 |
2018-01-23 | s390: Allocate gdbarch & tdep at start of gdbarch_init | Philipp Rudo | 1 | -42/+65 |
2018-01-23 | s390: Remove duplicate checks for cached gdbarch at init | Philipp Rudo | 1 | -6/+3 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -8/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -7/+11 |
2017-10-12 | C++-ify prologue-value's pv_area | Tom Tromey | 1 | -10/+8 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |