summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Add aarch64_create_target_descriptionAlan Hayward
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-03-13aarc64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella
2016-08-04Determine target description for native aarch64Yao Qi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi
2015-09-15Support single step by arch or targetYao Qi
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi
2015-08-25Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi
2015-08-25Make debug_reg_change_callback the same on GDB and GDBserverYao Qi
2015-08-25Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi
2015-08-25Use debug_printf in debug_reg_change_callbackYao Qi
2015-08-25Get pid rather than lwpidYao Qi
2015-08-05Remove get_thread_idYao Qi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves
2015-07-23Return zero in aarch64_linux_can_use_hw_breakpoint if target doesn't support ...Yao Qi
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi
2015-07-17Use debug_printf to print debug messageYao Qi
2015-07-17int -> enum target_hw_bp_type in aarch64-linux-nat.cYao Qi
2015-07-17Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap...Yao Qi
2015-07-09Pass ptid to aarch64_linux_get_debug_reg_capacityYao Qi
2015-07-07Native debug arm program by aarch64 GDBYao Qi
2015-07-02Fix typo in aarch64_linux_insert_hw_breakpointYao Qi
2015-02-17Fix GDB build fail on Aarch64 when -fno-common is enabledMaxim Ostapenko
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki
2014-09-11Introduce show_debug_regsGary Benson
2014-08-21gdb: Fix aarch64 native build issue caused by use of LONGESTWill Newton
2014-08-07AARCH64 Linux: Fill 'collect_regset' in regset structures.Andreas Arnez
2014-05-22Include asm/ptrace.h in aarch64-linux-nat.cRamana Radhakrishnan
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey
2014-02-19Add target_ops argument to to_remove_hw_breakpointTom Tromey
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey