summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)Author
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-16Fix TBI handling for watchpointsLuis Machado
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-05[AArch64] Fix erroneous use of spu architecture bfdLuis Machado
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward
2019-04-15AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward
2019-04-15AArch64 SVE: Check for vector length change when getting gdbarchAlan Hayward
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-25Add linux_get_hwcapAlan Hayward
2019-03-22AArch64: Read pauth registersAlan Hayward
2019-03-22AArch64: Use HWCAP to detect pauth featureAlan Hayward
2019-03-22AArch64: Add pointer authentication featureAlan Hayward
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-07-22Remove some unused variablesSimon Marchi
2018-07-03Remove ptid_get_lwpTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey
2018-06-21Enable hardware watchpoints on attach for aarch64Richard Bunt
2018-06-18Ptrace support for Aarch64 SVEAlan Hayward
2018-06-04Enable SVE for GDBAlan Hayward
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward
2018-05-30Remove regcache_raw_collectSimon Marchi
2018-05-30Remove regcache_raw_supplySimon Marchi
2018-05-30Remove regcache_register_statusSimon Marchi
2018-05-30Remove regcache_get_ptidSimon Marchi
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil
2018-05-03target factories, target open and multiple instances of targetsPedro Alves
2018-05-03linux_nat_target: More low methodsPedro Alves
2018-05-03target_ops: Use bool throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Add aarch64_create_target_descriptionAlan Hayward
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-03-13aarc64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella
2016-08-04Determine target description for native aarch64Yao Qi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi
2015-09-15Support single step by arch or targetYao Qi
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi