aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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