aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-7/+3
2024-04-19gdb: aarch64: Remove MTE address checking from memtag_matches_pGustavo Romero1-4/+0
2024-04-19gdb: aarch64: Move MTE address check out of set_memtagGustavo Romero1-4/+0
2024-04-19gdb: aarch64: Remove MTE address checking from get_memtagGustavo Romero1-4/+0
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-4/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-01gdb: add missing regcache_map_entry array null terminators in aarch64-linux-t...Simon Marchi1-2/+5
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-5/+5
2023-10-04sme2: Core file support for ZT register setLuis Machado1-0/+87
2023-10-04sme2: signal frame supportLuis Machado1-0/+65
2023-10-04sme: Core file support for LinuxLuis Machado1-33/+509
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado1-0/+33
2023-10-04sme: Support TPIDR2 signal frame contextLuis Machado1-0/+24
2023-10-04sme: Fixup sigframe gdbarch when vg/svg changesLuis Machado1-86/+192
2023-10-04sme: Signal frame supportLuis Machado1-8/+80
2023-10-04sve: Fix signal frame z/v register restoreLuis Machado1-45/+62
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