Age | Commit message (Expand) | Author | Files | Lines |
2022-06-14 | gdbserver: Add LoongArch/Linux support | Youling Tang | 2 | -1/+24 |
2022-05-23 | Tweak the std::hash<> specialization for aarch64_features. | John Baldwin | 1 | -12/+15 |
2022-05-18 | Use aarch64_features to describe register features in target descriptions. | John Baldwin | 2 | -17/+36 |
2022-05-03 | Add an aarch64-tls feature which includes the tpidr register. | John Baldwin | 2 | -3/+12 |
2022-05-03 | Add an arm-tls feature which includes the tpidruro register from CP15. | John Baldwin | 3 | -2/+8 |
2022-04-27 | gdb/arm: Define MSP and PSP registers for M-Profile | Christophe Lyon | 2 | -0/+7 |
2022-04-06 | Enable ARMv8.1-m PACBTI support | Luis Machado | 1 | -0/+13 |
2022-03-31 | gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml | H.J. Lu | 2 | -5/+5 |
2022-02-11 | gdb: LoongArch: Add initial target description support | Tiezhu Yang | 2 | -0/+161 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 28 | -28/+28 |
2021-11-18 | gdbsupport: make gdb_assert_not_reached accept a format string | Simon Marchi | 1 | -2/+2 |
2021-11-15 | Extend the prologue analyzer to handle the bti instruction | Luis Machado | 1 | -0/+5 |
2021-11-03 | [AArch64] Make gdbserver register set selection dynamic | Luis Machado | 1 | -0/+9 |
2021-10-11 | [ARM] Add support for M-profile MVE extension | Srinath Parvathaneni | 2 | -0/+10 |
2021-10-11 | [ARM] Refactor some constants | Luis Machado | 1 | -4/+10 |
2021-06-21 | gdb/riscv: add support for vector registers in target descriptions | Andrew Burgess | 2 | -2/+16 |
2021-05-13 | [AArch64] Fix off-by-one when calculating tag granules. | Luis Machado | 1 | -2/+3 |
2021-03-24 | AArch64: Report tag violation error information | Luis Machado | 1 | -0/+6 |
2021-03-24 | AArch64: Implement the memory tagging gdbarch hooks | Luis Machado | 2 | -0/+56 |
2021-03-24 | AArch64: Implement memory tagging target methods for AArch64 | Luis Machado | 2 | -0/+57 |
2021-03-24 | AArch64: Add MTE register set support for GDB and gdbserver | Luis Machado | 1 | -0/+3 |
2021-03-24 | AArch64: Add target description/feature for MTE registers | Luis Machado | 2 | -3/+11 |
2021-03-24 | AArch64: Add MTE CPU feature check support | Luis Machado | 1 | -0/+28 |
2021-01-27 | GDB: aarch64: Add ability to displaced step over a BR/BLR instruction | Matthew Malcomson | 1 | -0/+9 |
2021-01-11 | gdb: convert aarch64 to new-style debug macros | Simon Marchi | 2 | -6/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 26 | -26/+26 |
2020-12-10 | [AArch64] SVE/FPSIMD fixup for big endian | Luis Machado | 1 | -0/+2 |
2020-12-04 | Fix shifting of negative value | Luis Machado | 2 | -25/+22 |
2020-12-02 | gdb/riscv: rewrite target description validation, add rv32e support | Andrew Burgess | 2 | -4/+20 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2 | -10/+10 |
2020-10-09 | gdb: Delay releasing target_desc_up in more cases | Andrew Burgess | 9 | -66/+70 |
2020-10-08 | gdb: Have allocate_target_description return a unique_ptr | Andrew Burgess | 8 | -21/+22 |
2020-10-07 | arc: Rename "arc_gdbarch_features" struct | Shahab Vahedi | 2 | -12/+12 |
2020-08-25 | arc: Add ARCv2 XML target along with refactoring | Shahab Vahedi | 2 | -42/+145 |
2020-08-08 | [gdb/build] Fix missing implicit constructor call with gcc 4.8 | Tom de Vries | 1 | -2/+3 |
2020-07-17 | gdb/riscv: delete target descriptions when gdb exits | Andrew Burgess | 1 | -3/+5 |
2020-03-16 | arc: Migrate to new target features | Anton Kolesov | 2 | -0/+106 |
2020-02-19 | gdb/riscv: Update API for looking up target descriptions | Andrew Burgess | 2 | -31/+64 |
2020-02-14 | gnulib: import count-one-bits module and use it | Simon Marchi | 3 | -18/+5 |
2020-02-11 | Add a comment for the ARM_F{0..7}_REGNUM registers | Christian Biesinger | 1 | -0/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 24 | -24/+24 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 3 | -10/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 2 | -2/+2 |
2019-07-19 | Arm: Use feature target descriptions | Alan Hayward | 2 | -26/+64 |
2019-07-19 | Arm: Add read_description read funcs and use in GDB | Alan Hayward | 4 | -0/+143 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 14 | -22/+22 |
2019-07-04 | Arm/AArch64: Use a single set of Arm register set size defines | Alan Hayward | 1 | -0/+15 |
2019-07-04 | Arm: Prefix register sizes with ARM_ | Alan Hayward | 3 | -4/+9 |
2019-03-22 | AArch64: gdbserver: read pauth registers | Alan Hayward | 1 | -0/+1 |