summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-191-3/+2
* Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward2019-07-041-6/+7
* AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward2019-04-151-0/+5
* AArch64 SVE: Check for vector length change when getting gdbarchAlan Hayward2019-04-151-0/+31
* Revert the header-sorting patchTom Tromey2019-04-061-18/+18
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-18/+18
* Add linux_get_hwcapAlan Hayward2019-03-251-4/+4
* AArch64: Read pauth registersAlan Hayward2019-03-221-0/+35
* AArch64: Use HWCAP to detect pauth featureAlan Hayward2019-03-221-2/+5
* AArch64: Add pointer authentication featureAlan Hayward2019-03-221-2/+3
* 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