summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward
2017-11-24Use flexible target descriptors for aarch64Alan Hayward
2017-11-24gdbserver: add aarch64_create_target_descriptionAlan Hayward
2017-10-25Add common AARCH64 REGNUM definesAlan Hayward
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-24[GDBserver] Fix conversion warningYao Qi
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella
2016-06-28[AArch64] Use int64_t for address offsetYao Qi
2016-06-28Implement get_syscall_trapinfo for aarch64-linuxYao Qi
2016-04-13Fix aarch64 ftrace JIT condition testcaseAntoine Tremblay
2016-02-12[gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bitYao Qi
2016-02-09Fix siginfo C++ build errorSimon Marchi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay
2015-12-11Understand arm breakpoints in aarch64_breakpoint_atYao Qi
2015-12-07Support Z0 packet in AArch64 multi-arch debuggingYao Qi
2015-11-30Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay
2015-11-19Change argument opcode type from enum aarch64_opcodes to uint32_tYao Qi
2015-11-19Define enum out of the scope of structYao Qi
2015-11-19Cast void * to user_fpsimd_state *.Yao Qi
2015-11-19Cast void * to struct user_pt_regs *Yao Qi
2015-10-29gdbserver/Linux: Introduce NULL_REGSETPedro Alves
2015-10-21Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi
2015-10-12Rename emit_load_store to aarch64_emit_load_storeYao Qi
2015-10-12Rename emit_insn to aarch64_emit_insnYao Qi
2015-10-12Support displaced stepping in aarch64-linuxYao Qi
2015-10-12Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi
2015-10-12Use visitor in aarch64_relocate_instructionYao Qi
2015-10-12Move append_insns out of aarch64_relocate_instructionYao Qi
2015-10-12Move target_read_uint32 out of aarch64_relocate_instructionYao Qi
2015-09-30Shorten long lines in linux-aarch64-low.cYao Qi
2015-09-21Implement target_emit_opsPierre Langlois
2015-09-21Add support for fast tracepointsPierre Langlois
2015-09-18aarch64 multi-arch (part 3): get thread areaYao 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-25Add pid argument in aarch64_get_debug_reg_stateYao 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-25Use phex debug_reg_change_callbackYao Qi