summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-131-1/+3
* [aarch64] Enable pointer authentication support for aarch64 bare metal/kernel...Luis Machado2023-02-211-40/+0
* Turn some value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-161-6/+42
* [aarch64] Add TPIDR2 register support for LinuxLuis Machado2022-12-091-7/+23
* gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi2022-10-111-1/+1
* gdb: fix auxv cachingSimon Marchi2022-10-111-2/+4
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-5/+5
* [AArch64] MTE corefile supportLuis Machado2022-07-191-0/+171
* [gdb/record] Support recording of getrandomTom de Vries2022-07-121-0/+2
* Use aarch64_features to describe register features in target descriptions.John Baldwin2022-05-181-4/+7
* Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64.John Baldwin2022-05-031-1/+20
* Add an aarch64-tls feature which includes the tpidr register.John Baldwin2022-05-031-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use correct stream for process record outputTom Tromey2021-12-291-3/+4
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-5/+6
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu2021-08-171-1/+1
* Sanitize the address before working with allocation tagsLuis Machado2021-06-281-2/+9
* Fix FFR register size for core files.Luis Machado2021-06-281-1/+1
* Fix tag_ctl register size in the core file.Luis Machado2021-06-281-1/+1
* AArch64: Add MTE register set support for core filesLuis Machado2021-03-241-0/+20
* AArch64: Report tag violation error informationLuis Machado2021-03-241-0/+70
* AArch64: Add unit testing for logical tag set/get operationsLuis Machado2021-03-241-0/+31
* AArch64: Implement the memory tagging gdbarch hooksLuis Machado2021-03-241-0/+205
* AArch64: Add target description/feature for MTE registersLuis Machado2021-03-241-1/+4
* AArch64: Add MTE CPU feature check supportLuis Machado2021-03-241-0/+2
* Convert stap probes to create operationsTom Tromey2021-03-081-34/+24
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Use gdb::array_view for setting value bytes in trad-frameLuis Machado2021-01-191-7/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* [AArch64] SVE/FPSIMD fixup for big endianLuis Machado2020-12-101-19/+95
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-2/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Update comments about removed functionChristian Biesinger2020-01-241-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove unused includes in aarch64-linux-tdep.cSimon Marchi2019-12-041-5/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-2/+2
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward2019-07-041-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-18/+18
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-18/+18
* Add linux_get_hwcapAlan Hayward2019-03-251-14/+2
* AArch64: Read pauth section from core filesAlan Hayward2019-03-221-0/+20