summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap...Yao Qi2015-07-171-1/+1
* Pass ptid to aarch64_linux_get_debug_reg_capacityYao Qi2015-07-091-4/+5
* Native debug arm program by aarch64 GDBYao Qi2015-07-071-37/+163
* Fix typo in aarch64_linux_insert_hw_breakpointYao Qi2015-07-021-1/+1
* Fix GDB build fail on Aarch64 when -fno-common is enabledMaxim Ostapenko2015-02-171-3/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-2/+2
* Introduce show_debug_regsGary Benson2014-09-111-17/+13
* gdb: Fix aarch64 native build issue caused by use of LONGESTWill Newton2014-08-211-1/+1
* AARCH64 Linux: Fill 'collect_regset' in regset structures.Andreas Arnez2014-08-071-26/+12
* Include asm/ptrace.h in aarch64-linux-nat.cRamana Radhakrishnan2014-05-221-0/+1
* Add target_ops argument to to_post_startup_inferiorTom Tromey2014-02-191-3/+5
* Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_insert_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_remove_watchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_remove_hw_breakpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_insert_hw_breakpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_can_use_hw_breakpointTom Tromey2014-02-191-1/+2
* add "this" pointers to more target APIsTom Tromey2014-02-191-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* gdb/Yufeng Zhang2013-12-181-1/+4