aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-2/+6
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi1-14/+3
2015-09-15Support single step by arch or targetYao Qi1-0/+9
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi1-0/+31
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi1-32/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi1-13/+0
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi1-42/+2
2015-08-25Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi1-3/+4