summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-3/+3
* 2013-09-12 Andrew Pinski <apinski@cavium.com>Andrew Pinski2013-09-121-0/+1
* 2013-02-14 Pedro Alves <palves@redhat.com>Yufeng Zhang2013-02-141-68/+141
* ARI fix: Replace %llx with %s and phex().Marcus Shawcroft2013-02-131-14/+16
* ARI fix: Replace long long with LONGEST.Marcus Shawcroft2013-02-131-1/+1
* Adding aarch64-linux-nat support.Marcus Shawcroft2013-02-081-0/+1479