summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove some unused variablesSimon Marchi2018-07-221-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-7/+7
* Remove ptid_get_pidTom Tromey2018-07-031-8/+8
* Enable hardware watchpoints on attach for aarch64Richard Bunt2018-06-211-0/+18
* Ptrace support for Aarch64 SVEAlan Hayward2018-06-181-2/+52
* Enable SVE for GDBAlan Hayward2018-06-041-2/+2
* Add Aarch64 SVE target descriptionAlan Hayward2018-05-311-1/+2
* Remove regcache_raw_collectSimon Marchi2018-05-301-8/+5
* Remove regcache_raw_supplySimon Marchi2018-05-301-5/+4
* Remove regcache_register_statusSimon Marchi2018-05-301-4/+4
* Remove regcache_get_ptidSimon Marchi2018-05-301-4/+4
* aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2018-05-041-3/+25
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-3/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-17/+26
* target_ops: Use bool throughoutPedro Alves2018-05-031-10/+10
* Convert struct target_ops to C++Pedro Alves2018-05-031-93/+84
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add aarch64_create_target_descriptionAlan Hayward2017-11-241-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* aarc64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-131-4/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* Determine target description for native aarch64Yao Qi2016-08-041-39/+11
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi2015-10-151-2/+6
* aarch64 multi-arch (part 3): get thread areaYao Qi2015-09-181-14/+3
* Support single step by arch or targetYao Qi2015-09-151-0/+9
* aarch64 multi-arch support (part 2): siginfo fixupYao Qi2015-09-151-0/+31
* [aarch64] Check region OK for HW watchpoint in GDBserverYao Qi2015-09-031-32/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi2015-08-251-13/+0
* Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi2015-08-251-42/+2
* Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi2015-08-251-3/+4
* Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi2015-08-251-85/+0
* Make debug_reg_change_callback the same on GDB and GDBserverYao Qi2015-08-251-1/+1
* Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi2015-08-251-1/+1
* Use debug_printf in debug_reg_change_callbackYao Qi2015-08-251-12/+9
* Get pid rather than lwpidYao Qi2015-08-251-1/+1
* Remove get_thread_idYao Qi2015-08-051-21/+5
* Mostly trivial enum fixesSimon Marchi2015-07-311-3/+6
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-1/+1
* Return zero in aarch64_linux_can_use_hw_breakpoint if target doesn't support ...Yao Qi2015-07-231-8/+21
* Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi2015-07-211-56/+1
* Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi2015-07-171-598/+2
* Pass aarch64_debug_reg_state to functionsYao Qi2015-07-171-32/+24
* Use debug_printf to print debug messageYao Qi2015-07-171-21/+19
* int -> enum target_hw_bp_type in aarch64-linux-nat.cYao Qi2015-07-171-7/+10