aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi1-56/+1
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi1-598/+2
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi1-32/+24
2015-07-17Use debug_printf to print debug messageYao Qi1-21/+19
2015-07-17int -> enum target_hw_bp_type in aarch64-linux-nat.cYao Qi1-7/+10
2015-07-17Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap...Yao Qi1-1/+1
2015-07-09Pass ptid to aarch64_linux_get_debug_reg_capacityYao Qi1-4/+5
2015-07-07Native debug arm program by aarch64 GDBYao Qi1-37/+163
2015-07-02Fix typo in aarch64_linux_insert_hw_breakpointYao Qi1-1/+1
2015-02-17Fix GDB build fail on Aarch64 when -fno-common is enabledMaxim Ostapenko1-3/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-2/+2
2014-09-11Introduce show_debug_regsGary Benson1-17/+13
2014-08-21gdb: Fix aarch64 native build issue caused by use of LONGESTWill Newton1-1/+1
2014-08-07AARCH64 Linux: Fill 'collect_regset' in regset structures.Andreas Arnez1-26/+12
2014-05-22Include asm/ptrace.h in aarch64-linux-nat.cRamana Radhakrishnan1-0/+1
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey1-3/+5
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18gdb/Yufeng Zhang1-1/+4
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-3/+3
2013-09-122013-09-12 Andrew Pinski <apinski@cavium.com>Andrew Pinski1-0/+1
2013-02-142013-02-14 Pedro Alves <palves@redhat.com>Yufeng Zhang1-68/+141
2013-02-13ARI fix: Replace %llx with %s and phex().Marcus Shawcroft1-14/+16
2013-02-13ARI fix: Replace long long with LONGEST.Marcus Shawcroft1-1/+1
2013-02-08Adding aarch64-linux-nat support.Marcus Shawcroft1-0/+1479