aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin2-3/+12
2022-05-03Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin3-2/+8
2022-04-27gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon2-0/+7
2022-04-06Enable ARMv8.1-m PACBTI supportLuis Machado1-0/+13
2022-03-31gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xmlH.J. Lu2-5/+5
2022-02-11gdb: LoongArch: Add initial target description supportTiezhu Yang2-0/+161
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker28-28/+28
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-2/+2
2021-11-15Extend the prologue analyzer to handle the bti instructionLuis Machado1-0/+5
2021-11-03[AArch64] Make gdbserver register set selection dynamicLuis Machado1-0/+9
2021-10-11[ARM] Add support for M-profile MVE extensionSrinath Parvathaneni2-0/+10
2021-10-11[ARM] Refactor some constantsLuis Machado1-4/+10
2021-06-21gdb/riscv: add support for vector registers in target descriptionsAndrew Burgess2-2/+16
2021-05-13[AArch64] Fix off-by-one when calculating tag granules.Luis Machado1-2/+3
2021-03-24AArch64: Report tag violation error informationLuis Machado1-0/+6
2021-03-24AArch64: Implement the memory tagging gdbarch hooksLuis Machado2-0/+56
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado2-0/+57
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado1-0/+3
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado2-3/+11
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado1-0/+28
2021-01-27GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson1-0/+9
2021-01-11gdb: convert aarch64 to new-style debug macrosSimon Marchi2-6/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker26-26/+26
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado1-0/+2
2020-12-04Fix shifting of negative valueLuis Machado2-25/+22
2020-12-02gdb/riscv: rewrite target description validation, add rv32e supportAndrew Burgess2-4/+20
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2-10/+10
2020-10-09gdb: Delay releasing target_desc_up in more casesAndrew Burgess9-66/+70
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess8-21/+22
2020-10-07arc: Rename "arc_gdbarch_features" structShahab Vahedi2-12/+12
2020-08-25arc: Add ARCv2 XML target along with refactoringShahab Vahedi2-42/+145
2020-08-08[gdb/build] Fix missing implicit constructor call with gcc 4.8Tom de Vries1-2/+3
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess1-3/+5
2020-03-16arc: Migrate to new target featuresAnton Kolesov2-0/+106
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess2-31/+64
2020-02-14gnulib: import count-one-bits module and use itSimon Marchi3-18/+5
2020-02-11Add a comment for the ARM_F{0..7}_REGNUM registersChristian Biesinger1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker24-24/+24
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand3-10/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger2-2/+2
2019-07-19Arm: Use feature target descriptionsAlan Hayward2-26/+64
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward4-0/+143
2019-07-09Rename common to gdbsupportTom Tromey14-22/+22
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward1-0/+15
2019-07-04Arm: Prefix register sizes with ARM_Alan Hayward3-4/+9
2019-03-22AArch64: gdbserver: read pauth registersAlan Hayward1-0/+1
2019-03-22AArch64: Read pauth registersAlan Hayward1-0/+3
2019-03-22AArch64: Add pointer authentication featureAlan Hayward2-3/+8
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin2-2/+7