aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch
AgeCommit message (Expand)AuthorFilesLines
2024-05-07gdb/arch: assert that X86_XSTATE_MPX is not set for x32Andrew Burgess1-2/+6
2024-04-17Fix include guard typoMatt Wozniski1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi16-16/+0
2024-03-26Revert "gdb/arch: assert that X86_XSTATE_MPX is not set for x32"Andrew Burgess1-6/+2
2024-03-25gdb/arch: assert that X86_XSTATE_MPX is not set for x32Andrew Burgess1-2/+6
2024-03-02gdb: LoongArch: Change LOONGARCH_FIRST_FP_REGNUM to 35Hui Li1-1/+2
2024-02-29gdb/arm: Remove tpidruro register from non-FreeBSD target descriptionsThiago Jung Bauermann2-3/+4
2024-02-28aarch64: Use aarch64_debug_printf in a few more placesJohn Baldwin1-32/+19
2024-02-06gdb: LoongArch: Add LBT extension supportFeiyang Chen2-0/+12
2024-02-06gdb: LoongArch: Add vector extensions supportHui Li2-0/+10
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess34-34/+34
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi4-9/+10
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-10-04sme2: Enable SME2 for AArch64 gdb on LinuxLuis Machado3-1/+21
2023-10-04sme: Core file support for LinuxLuis Machado2-0/+49
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado4-4/+117
2023-08-11RISC-V: Reflect actual range of vlen for hashingTsukasa OI1-1/+1
2023-08-11RISC-V: Add reference to Zve32*Tsukasa OI1-3/+4
2023-02-21[aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado1-0/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker32-32/+32
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado2-0/+49
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado2-7/+12
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-10-06gdb/arm: Handle lazy FPU state preservationTorbjörn SVENSSON1-1/+6
2022-09-29Constify target_desc declarationsKeith Seitz2-21/+21
2022-09-23gdb/csky add cskyv2-linux.xml for cskyv2-linux.cJiangshuai Li1-1/+1
2022-09-13gdbserver/csky add csky gdbserver supportJiangshuai Li2-0/+67
2022-08-31gdb/riscv: better support for fflags and frm registersAndrew Burgess1-2/+17
2022-08-09gdb/gdbserver: LoongArch: Improve implementation of fcc registersFeiyang Chen1-3/+4
2022-07-19[AArch64] MTE corefile supportLuis Machado2-0/+66
2022-07-12gdb: LoongArch: Add floating-point supportTiezhu Yang2-1/+25
2022-07-10Fix include guard naming for arch/aarch64-mte-linux.hLuis Machado1-3/+3
2022-07-10gdbserver: LoongArch: Simplify code with register number macrosYouling Tang1-0/+16
2022-06-29gdb/arm: Only stack S16..S31 when FPU registers are secureYvan Roux1-0/+9
2022-06-14gdbserver: Add LoongArch/Linux supportYouling Tang2-1/+24
2022-05-23Tweak the std::hash<> specialization for aarch64_features.John Baldwin1-12/+15
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin2-17/+36
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