summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-01gdb: add missing regcache_map_entry array null terminators in aarch64-linux-t...Simon Marchi
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-04sme2: Core file support for ZT register setLuis Machado
2023-10-04sme2: signal frame supportLuis Machado
2023-10-04sme: Core file support for LinuxLuis Machado
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado
2023-10-04sme: Support TPIDR2 signal frame contextLuis Machado
2023-10-04sme: Fixup sigframe gdbarch when vg/svg changesLuis Machado
2023-10-04sme: Signal frame supportLuis Machado
2023-10-04sve: Fix signal frame z/v register restoreLuis Machado
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess
2023-02-21[aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado
2023-02-13Turn some value_contents functions into methodsTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi
2022-10-11gdb: fix auxv cachingSimon Marchi
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-07-19[AArch64] MTE corefile supportLuis Machado
2022-07-12[gdb/record] Support recording of getrandomTom de Vries
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin
2022-05-03Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64.John Baldwin
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Use correct stream for process record outputTom Tromey
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu
2021-06-28Sanitize the address before working with allocation tagsLuis Machado
2021-06-28Fix FFR register size for core files.Luis Machado
2021-06-28Fix tag_ctl register size in the core file.Luis Machado
2021-03-24AArch64: Add MTE register set support for core filesLuis Machado
2021-03-24AArch64: Report tag violation error informationLuis Machado
2021-03-24AArch64: Add unit testing for logical tag set/get operationsLuis Machado
2021-03-24AArch64: Implement the memory tagging gdbarch hooksLuis Machado
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado
2021-03-08Convert stap probes to create operationsTom Tromey
2021-01-20gdb: make some variables staticSimon Marchi
2021-01-19Use gdb::array_view for setting value bytes in trad-frameLuis Machado
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-01-24Update comments about removed functionChristian Biesinger