summaryrefslogtreecommitdiff
path: root/gdb/arch
AgeCommit message (Expand)Author
2022-07-19[AArch64] MTE corefile supportLuis Machado
2022-07-12gdb: LoongArch: Add floating-point supportTiezhu Yang
2022-07-10Fix include guard naming for arch/aarch64-mte-linux.hLuis Machado
2022-07-10gdbserver: LoongArch: Simplify code with register number macrosYouling Tang
2022-06-29gdb/arm: Only stack S16..S31 when FPU registers are secureYvan Roux
2022-06-14gdbserver: Add LoongArch/Linux supportYouling Tang
2022-05-23Tweak the std::hash<> specialization for aarch64_features.John Baldwin
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin
2022-05-03Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin
2022-04-27gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon
2022-04-06Enable ARMv8.1-m PACBTI supportLuis Machado
2022-03-31gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xmlH.J. Lu
2022-02-11gdb: LoongArch: Add initial target description supportTiezhu Yang
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi
2021-11-15Extend the prologue analyzer to handle the bti instructionLuis Machado
2021-11-03[AArch64] Make gdbserver register set selection dynamicLuis Machado
2021-10-11[ARM] Add support for M-profile MVE extensionSrinath Parvathaneni
2021-10-11[ARM] Refactor some constantsLuis Machado
2021-06-21gdb/riscv: add support for vector registers in target descriptionsAndrew Burgess
2021-05-13[AArch64] Fix off-by-one when calculating tag granules.Luis Machado
2021-03-24AArch64: Report tag violation error informationLuis Machado
2021-03-24AArch64: Implement the memory tagging gdbarch hooksLuis Machado
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado
2021-01-27GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson
2021-01-11gdb: convert aarch64 to new-style debug macrosSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado
2020-12-04Fix shifting of negative valueLuis Machado
2020-12-02gdb/riscv: rewrite target description validation, add rv32e supportAndrew Burgess
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-09gdb: Delay releasing target_desc_up in more casesAndrew Burgess
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess
2020-10-07arc: Rename "arc_gdbarch_features" structShahab Vahedi
2020-08-25arc: Add ARCv2 XML target along with refactoringShahab Vahedi
2020-08-08[gdb/build] Fix missing implicit constructor call with gcc 4.8Tom de Vries
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess
2020-03-16arc: Migrate to new target featuresAnton Kolesov
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess
2020-02-14gnulib: import count-one-bits module and use itSimon Marchi
2020-02-11Add a comment for the ARM_F{0..7}_REGNUM registersChristian Biesinger
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-19Arm: Use feature target descriptionsAlan Hayward