aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-11Understand arm breakpoints in aarch64_breakpoint_atYao Qi1-6/+11
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi1-20/+32
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay1-0/+10
2015-11-19Change argument opcode type from enum aarch64_opcodes to uint32_tYao Qi1-1/+1
2015-11-19Define enum out of the scope of structYao Qi1-5/+8
2015-11-19Cast void * to user_fpsimd_state *.Yao Qi1-2/+3
2015-11-19Cast void * to struct user_pt_regs *Yao Qi1-2/+2
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves1-1/+1
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay1-2/+11
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-6/+22
2015-10-12Rename emit_load_store to aarch64_emit_load_storeYao Qi1-3/+3
2015-10-12Rename emit_insn to aarch64_emit_insnYao Qi1-39/+41
2015-10-12Support displaced stepping in aarch64-linuxYao Qi1-320/+3
2015-10-12Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi1-155/+0
2015-10-12Use visitor in aarch64_relocate_instructionYao Qi1-143/+299
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