summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: make aarch64_write_goto_address staticSimon Marchi2020-01-121-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Improve target description check for SVE in gdbserverLuis Machado2019-11-201-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-3/+3
* Move declarations of debug_threads and using_threads to headerChristian Biesinger2019-09-211-4/+1
* Replace write_inferior_memory with target_write_memoryTom Tromey2019-08-151-2/+2
* Arm: Use read_description funcs in gdbserverAlan Hayward2019-07-191-1/+2
* i386/AArch64: Remove old xml testsAlan Hayward2019-07-041-4/+0
* gdbserver: Add linux_get_hwcapAlan Hayward2019-03-261-26/+2
* AArch64: gdbserver: read pauth registersAlan Hayward2019-03-221-0/+23
* AArch64: Use HWCAP to detect pauth featureAlan Hayward2019-03-221-2/+31
* AArch64: Add pointer authentication featureAlan Hayward2019-03-221-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward2018-11-231-18/+2
* Ptrace support for AArch64 SVE gdbserverAlan Hayward2018-06-181-3/+60
* Enable Aarch64 SVE for gdbserverAlan Hayward2018-06-111-1/+5
* aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2018-05-041-3/+28
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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