aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-3/+25
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-3/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-17/+26
2018-05-03target_ops: Use bool throughoutPedro Alves1-10/+10
2018-05-03Convert struct target_ops to C++Pedro Alves1-93/+84
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Add aarch64_create_target_descriptionAlan Hayward1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-03-13aarc64-linux-nat: Use ptid from regcache instead of inferior_ptidSimon Marchi1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-08-04Determine target description for native aarch64Yao Qi1-39/+11
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-2/+6
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi1-14/+3
2015-09-15Support single step by arch or targetYao Qi1-0/+9
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi1-0/+31
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi1-32/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi1-13/+0
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi1-42/+2
2015-08-25Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi1-3/+4
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi1-85/+0
2015-08-25Make debug_reg_change_callback the same on GDB and GDBserverYao Qi1-1/+1
2015-08-25Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi1-1/+1
2015-08-25Use debug_printf in debug_reg_change_callbackYao Qi1-12/+9
2015-08-25Get pid rather than lwpidYao Qi1-1/+1
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