aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess1-1/+3
2023-02-21[aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado1-40/+0
2023-02-13Turn some value_contents functions into methodsTom Tromey1-1/+1
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-6/+42
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado1-7/+23
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi1-1/+1
2022-10-11gdb: fix auxv cachingSimon Marchi1-2/+4
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-5/+5
2022-07-19[AArch64] MTE corefile supportLuis Machado1-0/+171
2022-07-12[gdb/record] Support recording of getrandomTom de Vries1-0/+2
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin1-4/+7
2022-05-03Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64.John Baldwin1-1/+20
2022-05-03Add an aarch64-tls feature which includes the tpidr register.John Baldwin1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-3/+4
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-5/+6
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu1-1/+1
2021-06-28Sanitize the address before working with allocation tagsLuis Machado1-2/+9
2021-06-28Fix FFR register size for core files.Luis Machado1-1/+1
2021-06-28Fix tag_ctl register size in the core file.Luis Machado1-1/+1
2021-03-24AArch64: Add MTE register set support for core filesLuis Machado1-0/+20
2021-03-24AArch64: Report tag violation error informationLuis Machado1-0/+70
2021-03-24AArch64: Add unit testing for logical tag set/get operationsLuis Machado1-0/+31
2021-03-24AArch64: Implement the memory tagging gdbarch hooksLuis Machado1-0/+205
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado1-1/+4
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado1-0/+2
2021-03-08Convert stap probes to create operationsTom Tromey1-34/+24
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-19Use gdb::array_view for setting value bytes in trad-frameLuis Machado1-7/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-10[AArch64] SVE/FPSIMD fixup for big endianLuis Machado1-19/+95
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-2/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-01-24Update comments about removed functionChristian Biesinger1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove unused includes in aarch64-linux-tdep.cSimon Marchi1-5/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-2/+2
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-07-04Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-18/+18
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-18/+18
2019-03-25Add linux_get_hwcapAlan Hayward1-14/+2
2019-03-22AArch64: Read pauth section from core filesAlan Hayward1-0/+20