aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-3098/+0
2020-01-12gdbserver: make aarch64_write_goto_address staticSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-20Improve target description check for SVE in gdbserverLuis Machado1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-3/+3
2019-09-21Move declarations of debug_threads and using_threads to headerChristian Biesinger1-4/+1
2019-08-15Replace write_inferior_memory with target_write_memoryTom Tromey1-2/+2
2019-07-19Arm: Use read_description funcs in gdbserverAlan Hayward1-1/+2
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward1-4/+0
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward1-26/+2
2019-03-22AArch64: gdbserver: read pauth registersAlan Hayward1-0/+23
2019-03-22AArch64: Use HWCAP to detect pauth featureAlan Hayward1-2/+31
2019-03-22AArch64: Add pointer authentication featureAlan Hayward1-1/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-23gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward1-18/+2
2018-06-18Ptrace support for AArch64 SVE gdbserverAlan Hayward1-3/+60
2018-06-11Enable Aarch64 SVE for gdbserverAlan Hayward1-1/+5
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-3/+28
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward1-0/+4
2017-11-24Use flexible target descriptors for aarch64Alan Hayward1-5/+0
2017-11-24gdbserver: add aarch64_create_target_descriptionAlan Hayward1-15/+6
2017-10-25Add common AARCH64 REGNUM definesAlan Hayward1-26/+15
2017-10-12linux low: Make the arch code free arch_process_infoSimon Marchi1-1/+10
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+1
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