summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
Commit message (Expand)AuthorAgeFilesLines
* Add xml selftests for aarch64 target description.Alan Hayward2017-11-241-0/+4
* Use flexible target descriptors for aarch64Alan Hayward2017-11-241-5/+0
* gdbserver: add aarch64_create_target_descriptionAlan Hayward2017-11-241-15/+6
* Add common AARCH64 REGNUM definesAlan Hayward2017-10-251-26/+15
* linux low: Make the arch code free arch_process_infoSimon Marchi2017-10-121-1/+10
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* [GDBserver] Fix conversion warningYao Qi2016-10-241-1/+1
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-251-1/+1
* [AArch64] Use int64_t for address offsetYao Qi2016-06-281-7/+7
* Implement get_syscall_trapinfo for aarch64-linuxYao Qi2016-06-281-0/+19
* Fix aarch64 ftrace JIT condition testcaseAntoine Tremblay2016-04-131-2/+2
* [gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bitYao Qi2016-02-121-24/+4
* Fix siginfo C++ build errorSimon Marchi2016-02-091-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay2015-12-181-1/+1
* Understand arm breakpoints in aarch64_breakpoint_atYao Qi2015-12-111-6/+11
* Support Z0 packet in AArch64 multi-arch debuggingYao Qi2015-12-071-20/+32
* Refactor queries for hardware and software single stepping support in GDBServer.Antoine Tremblay2015-11-301-0/+10
* Change argument opcode type from enum aarch64_opcodes to uint32_tYao Qi2015-11-191-1/+1
* Define enum out of the scope of structYao Qi2015-11-191-5/+8
* Cast void * to user_fpsimd_state *.Yao Qi2015-11-191-2/+3
* Cast void * to struct user_pt_regs *Yao Qi2015-11-191-2/+2
* gdbserver/Linux: Introduce NULL_REGSETPedro Alves2015-10-291-1/+1
* Add the target_ops needed for software breakpoints in GDBServer.Antoine Tremblay2015-10-211-2/+11
* aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi2015-10-151-6/+22
* Rename emit_load_store to aarch64_emit_load_storeYao Qi2015-10-121-3/+3
* Rename emit_insn to aarch64_emit_insnYao Qi2015-10-121-39/+41
* Support displaced stepping in aarch64-linuxYao Qi2015-10-121-320/+3
* Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi2015-10-121-155/+0
* Use visitor in aarch64_relocate_instructionYao Qi2015-10-121-143/+299
* Move append_insns out of aarch64_relocate_instructionYao Qi2015-10-121-18/+19
* Move target_read_uint32 out of aarch64_relocate_instructionYao Qi2015-10-121-7/+6
* Shorten long lines in linux-aarch64-low.cYao Qi2015-09-301-2/+4
* Implement target_emit_opsPierre Langlois2015-09-211-14/+1213
* Add support for fast tracepointsPierre Langlois2015-09-211-3/+1464
* aarch64 multi-arch (part 3): get thread areaYao Qi2015-09-181-16/+2
* aarch64 multi-arch support (part 2): siginfo fixupYao Qi2015-09-151-1/+22
* [aarch64] Check region OK for HW watchpoint in GDBserverYao Qi2015-09-031-3/+7
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi2015-08-251-16/+0
* Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi2015-08-251-37/+2
* Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi2015-08-251-6/+4
* Add pid argument in aarch64_get_debug_reg_stateYao Qi2015-08-251-10/+11
* Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi2015-08-251-82/+0
* Make debug_reg_change_callback the same on GDB and GDBserverYao Qi2015-08-251-1/+1
* Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi2015-08-251-1/+1
* Use debug_printf in debug_reg_change_callbackYao Qi2015-08-251-9/+9
* Use phex debug_reg_change_callbackYao Qi2015-08-251-8/+8
* Remove some comments in debug_reg_change_callbackYao Qi2015-08-251-20/+0