summaryrefslogtreecommitdiff
path: root/gdb/arch
Commit message (Expand)AuthorAgeFilesLines
* [aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado2023-02-211-0/+6
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-0132-32/+32
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-162-0/+49
* [aarch64] Add TPIDR2 register support for LinuxLuis Machado2022-12-092-7/+12
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* gdb/arm: Handle lazy FPU state preservationTorbjörn SVENSSON2022-10-061-1/+6
* Constify target_desc declarationsKeith Seitz2022-09-292-21/+21
* gdb/csky add cskyv2-linux.xml for cskyv2-linux.cJiangshuai Li2022-09-231-1/+1
* gdbserver/csky add csky gdbserver supportJiangshuai Li2022-09-132-0/+67
* gdb/riscv: better support for fflags and frm registersAndrew Burgess2022-08-311-2/+17
* gdb/gdbserver: LoongArch: Improve implementation of fcc registersFeiyang Chen2022-08-091-3/+4
* [AArch64] MTE corefile supportLuis Machado2022-07-192-0/+66
* gdb: LoongArch: Add floating-point supportTiezhu Yang2022-07-122-1/+25
* Fix include guard naming for arch/aarch64-mte-linux.hLuis Machado2022-07-101-3/+3
* gdbserver: LoongArch: Simplify code with register number macrosYouling Tang2022-07-101-0/+16
* gdb/arm: Only stack S16..S31 when FPU registers are secureYvan Roux2022-06-291-0/+9
* gdbserver: Add LoongArch/Linux supportYouling Tang2022-06-142-1/+24
* Tweak the std::hash<> specialization for aarch64_features.John Baldwin2022-05-231-12/+15
* Use aarch64_features to describe register features in target descriptions.John Baldwin2022-05-182-17/+36
* Add an aarch64-tls feature which includes the tpidr register.John Baldwin2022-05-032-3/+12
* Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin2022-05-033-2/+8
* gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon2022-04-272-0/+7
* Enable ARMv8.1-m PACBTI supportLuis Machado2022-04-061-0/+13
* gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xmlH.J. Lu2022-03-312-5/+5
* gdb: LoongArch: Add initial target description supportTiezhu Yang2022-02-112-0/+161
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0128-28/+28
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-2/+2
* Extend the prologue analyzer to handle the bti instructionLuis Machado2021-11-151-0/+5
* [AArch64] Make gdbserver register set selection dynamicLuis Machado2021-11-031-0/+9
* [ARM] Add support for M-profile MVE extensionSrinath Parvathaneni2021-10-112-0/+10
* [ARM] Refactor some constantsLuis Machado2021-10-111-4/+10
* gdb/riscv: add support for vector registers in target descriptionsAndrew Burgess2021-06-212-2/+16
* [AArch64] Fix off-by-one when calculating tag granules.Luis Machado2021-05-131-2/+3
* AArch64: Report tag violation error informationLuis Machado2021-03-241-0/+6
* AArch64: Implement the memory tagging gdbarch hooksLuis Machado2021-03-242-0/+56
* AArch64: Implement memory tagging target methods for AArch64Luis Machado2021-03-242-0/+57
* AArch64: Add MTE register set support for GDB and gdbserverLuis Machado2021-03-241-0/+3
* AArch64: Add target description/feature for MTE registersLuis Machado2021-03-242-3/+11
* AArch64: Add MTE CPU feature check supportLuis Machado2021-03-241-0/+28
* GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson2021-01-271-0/+9
* gdb: convert aarch64 to new-style debug macrosSimon Marchi2021-01-112-6/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-0126-26/+26
* [AArch64] SVE/FPSIMD fixup for big endianLuis Machado2020-12-101-0/+2
* Fix shifting of negative valueLuis Machado2020-12-042-25/+22
* gdb/riscv: rewrite target description validation, add rv32e supportAndrew Burgess2020-12-022-4/+20
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-022-10/+10
* gdb: Delay releasing target_desc_up in more casesAndrew Burgess2020-10-099-66/+70
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-088-21/+22
* arc: Rename "arc_gdbarch_features" structShahab Vahedi2020-10-072-12/+12
* arc: Add ARCv2 XML target along with refactoringShahab Vahedi2020-08-252-42/+145