aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-24[GDBserver] Fix conversion warningYao Qi1-1/+1
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-1/+1
2016-06-28[AArch64] Use int64_t for address offsetYao Qi1-7/+7
2016-06-28Implement get_syscall_trapinfo for aarch64-linuxYao Qi1-0/+19
2016-04-13Fix aarch64 ftrace JIT condition testcaseAntoine Tremblay1-2/+2
2016-02-12[gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bitYao Qi1-24/+4
2016-02-09Fix siginfo C++ build errorSimon Marchi1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay1-1/+1
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