aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/aarch64.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-04sme2: Enable SME2 for AArch64 gdb on LinuxLuis Machado1-0/+4
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado1-0/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-0/+31
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado1-2/+3
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin1-7/+6
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin1-1/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado1-1/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-09gdb: Delay releasing target_desc_up in more casesAndrew Burgess1-7/+7
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-03-22AArch64: Add pointer authentication featureAlan Hayward1-1/+5
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-04Use uint64_t for SVE VQAlan Hayward1-1/+1
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward1-3/+8
2018-02-21Add "common-defs.h" include to files in arch/ subdir not yet including it.John Baldwin1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Use flexible target descriptors for aarch64Alan Hayward1-3/+15
2017-11-24Add aarch64_create_target_descriptionAlan Hayward1-0/+30