aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-3/+3
2022-08-18[aarch64] Remove handling of ADR/ADRP from prologue analyzerLuis Machado1-8/+0
2022-08-18Fix thread's gdbarch when SVE vector length changesThiago Jung Bauermann1-17/+24
2022-08-04[gdb/tdep] Fix gdb.base/large-frame.exp for aarch64Tom de Vries1-1/+21
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-24/+24
2022-06-02ODR warnings for "struct insn_decode_record_t"Tom Tromey1-14/+14
2022-05-24AArch64: add support for DFP (Decimal Floating point)Christophe Lyon1-0/+2
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin1-8/+13
2022-05-18[AArch64] Return the regnum for PC (32) on aarch64Yichao Yu1-0/+3
2022-05-18Remove unused DWARF PAUTH registersLuis Machado1-3/+0
2022-05-18Rename PAUTH_RA_STATE to RA_SIGN_STATELuis Machado1-16/+16
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin1-8/+25
2022-04-07gdb: always add the default register groupsAndrew Burgess1-17/+0
2022-04-07gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess1-1/+1
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-8/+8
2022-03-18Implement gdbarch_stack_frame_destroyed_p for aarch64Tom Tromey1-0/+22
2022-03-14[aarch64/arm] Properly extract the return value returned in memoryLuis Machado1-2/+19
2022-01-26Reference array of structs instead of first member during memcpyKeith Seitz1-1/+1
2022-01-05Use filtered output for gdbarch dumpTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-4/+5
2021-12-02(Ada/AArch64) fix fixed point argument passing in inferior funcallXavier Roirand1-1/+1
2021-11-15Extend the prologue analyzer to handle the bti instructionLuis Machado1-0/+36
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-26/+34
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-7/+7
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+2
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-2/+0
2021-05-27gdb: fix some indentation issuesSimon Marchi1-5/+5
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado1-0/+24
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado1-7/+9
2021-01-27GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson1-6/+13
2021-01-20gdb: make some variables staticSimon Marchi1-4/+4
2021-01-19trad-frame cleanupsLuis Machado1-22/+24
2021-01-12aarch64: Add support for bfloat16 in gdb.Srinath Parvathaneni1-0/+5
2021-01-11gdb: convert aarch64 to new-style debug macrosSimon Marchi1-55/+34
2021-01-04Refactor struct trad_frame_saved_regsLuis Machado1-22/+25
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-16Record FPSR for SIMD/FP data instructionsLuis Machado1-1/+8
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-8/+10
2020-12-04Fix shifting of negative valueLuis Machado1-4/+0
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-258/+258
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-28/+17
2020-10-29gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi1-2/+1
2020-10-20gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi1-2/+2
2020-09-17Change management of tdesc_arch_dataTom Tromey1-11/+8
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-3/+3
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-1/+1
2020-08-10[AArch64] Improve prologue handling (and fix PR26310)Luis Machado1-0/+139
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1