aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Move append_insns out of aarch64_relocate_instructionYao Qi1-18/+19
2015-10-12Move target_read_uint32 out of aarch64_relocate_instructionYao Qi1-7/+6
2015-09-30Shorten long lines in linux-aarch64-low.cYao Qi1-2/+4
2015-09-21Implement target_emit_opsPierre Langlois1-14/+1213
2015-09-21Add support for fast tracepointsPierre Langlois1-3/+1464
2015-09-18aarch64 multi-arch (part 3): get thread areaYao Qi1-16/+2
2015-09-15aarch64 multi-arch support (part 2): siginfo fixupYao Qi1-1/+22
2015-09-03[aarch64] Check region OK for HW watchpoint in GDBserverYao Qi1-3/+7
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-16/+0
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi1-37/+2
2015-08-25Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi1-6/+4
2015-08-25Add pid argument in aarch64_get_debug_reg_stateYao Qi1-10/+11
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi1-82/+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-9/+9
2015-08-25Use phex debug_reg_change_callbackYao Qi1-8/+8
2015-08-25Remove some comments in debug_reg_change_callbackYao Qi1-20/+0
2015-08-25Re-indent the codeYao Qi1-33/+33
2015-08-25[gdbserver] Use iterate_over_lwps in aarch64_notify_debug_reg_changeYao Qi1-19/+11
2015-08-04Disable tracepoint support for aarch32Yao Qi1-1/+7
2015-08-04Disable Z0 packet on aarch64 on multi-arch debuggingYao Qi1-0/+16
2015-08-04Get and set PC correctly on aarch64 in multi-archYao Qi1-7/+27
2015-08-04Use arm target description and regs_info for 32-bit file on aarch64 GDBserverYao Qi1-3/+39
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi1-47/+1
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi1-617/+1
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi1-21/+22
2015-07-17Use debug_printf to print debug messageYao Qi1-19/+19
2015-07-15[GDBserver][AArch64] Enable support for range steppingPierre Langlois1-0/+13
2015-07-10[GDBserver][AArch64] Cleanup comments for each linux_target_ops methodPierre Langlois1-26/+37
2015-07-09[GDBServer][AArch64] Enable support for tracepointsPierre Langlois1-0/+10
2015-07-09[gdbserver, aarch64] Set usrregs to NULL in regs_infoYao Qi1-29/+1
2015-06-29[GDBServer][AArch64] Enable support for Z0 packetsPierre Langlois1-1/+1
2015-06-29[GDBServer][AArch64] Use the same break instruction as GDBPierre Langlois1-6/+8
2015-05-14Fix build gdbserver build errors on arm, mips, aarch64.Don Breazeal1-5/+5
2015-05-12Arch-specific remote follow forkDon Breazeal1-0/+28
2015-03-24Change signature of linux_target_ops.new_threadGary Benson1-3/+3
2015-03-06Use show_debug_regs as a booleanYao Qi1-2/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-16aarch64/gdbserver: fix floating point registers displayCatalin Udma1-1/+7
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-3/+3
2014-09-11Introduce show_debug_regsGary Benson1-11/+8
2014-05-23Include asm/ptrace.h for linux-aarch64-low.cRamana Radhakrishnan1-0/+1
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-12/+9
2014-05-20[GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves1-28/+0
2014-05-20[GDBserver][AArch64] Make watchpoint support use target_hw_bp_type.Pedro Alves1-39/+61
2014-02-20Remove all_lwps global.Doug Evans1-10/+13