aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi1-85/+0
2015-08-25Make debug_reg_change_callback the same on GDB and GDBserverYao Qi1-1/+1
2015-08-25Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi1-1/+1
2015-08-25Use debug_printf in debug_reg_change_callbackYao Qi1-12/+9
2015-08-25Get pid rather than lwpidYao Qi1-1/+1
2015-08-05Remove get_thread_idYao Qi1-21/+5
2015-07-31Mostly trivial enum fixesSimon Marchi1-3/+6
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-07-23Return zero in aarch64_linux_can_use_hw_breakpoint if target doesn't support ...Yao Qi1-8/+21