aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess1-1/+1
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi1-6/+13
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-1/+0
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries1-1/+1
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado1-0/+50
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado1-0/+68
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado1-2/+5
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado1-0/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-16Fix TBI handling for watchpointsLuis Machado1-1/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-05[AArch64] Fix erroneous use of spu architecture bfdLuis Machado1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward1-3/+2
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward1-6/+7
2019-04-15AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward1-0/+5
2019-04-15AArch64 SVE: Check for vector length change when getting gdbarchAlan Hayward1-0/+31
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-4/+4
2019-03-22AArch64: Read pauth registersAlan Hayward1-0/+35
2019-03-22AArch64: Use HWCAP to detect pauth featureAlan Hayward1-2/+5
2019-03-22AArch64: Add pointer authentication featureAlan Hayward1-2/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Remove some unused variablesSimon Marchi1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-7/+7
2018-07-03Remove ptid_get_pidTom Tromey1-8/+8
2018-06-21Enable hardware watchpoints on attach for aarch64Richard Bunt1-0/+18
2018-06-18Ptrace support for Aarch64 SVEAlan Hayward1-2/+52
2018-06-04Enable SVE for GDBAlan Hayward1-2/+2
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward1-1/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-8/+5
2018-05-30Remove regcache_raw_supplySimon Marchi1-5/+4
2018-05-30Remove regcache_register_statusSimon Marchi1-4/+4
2018-05-30Remove regcache_get_ptidSimon Marchi1-4/+4
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-3/+25
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-3/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-17/+26
2018-05-03target_ops: Use bool throughoutPedro Alves1-10/+10
2018-05-03Convert struct target_ops to C++Pedro Alves1-93/+84
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Add aarch64_create_target_descriptionAlan Hayward1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-03-13aarc64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-08-04Determine target description for native aarch64Yao Qi1-39/+11