Age | Commit message (Expand) | Author | Files | Lines |
2019-03-26 | gdbserver: Add linux_get_hwcap | Alan Hayward | 1 | -26/+2 |
2019-03-22 | AArch64: gdbserver: read pauth registers | Alan Hayward | 1 | -0/+23 |
2019-03-22 | AArch64: Use HWCAP to detect pauth feature | Alan Hayward | 1 | -2/+31 |
2019-03-22 | AArch64: Add pointer authentication feature | Alan Hayward | 1 | -1/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-23 | gdbserver: AArch64: Remove cannot_fetch/store_register | Alan Hayward | 1 | -18/+2 |
2018-06-18 | Ptrace support for AArch64 SVE gdbserver | Alan Hayward | 1 | -3/+60 |
2018-06-11 | Enable Aarch64 SVE for gdbserver | Alan Hayward | 1 | -1/+5 |
2018-05-04 | aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones | Jan Kratochvil | 1 | -3/+28 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Add xml selftests for aarch64 target description. | Alan Hayward | 1 | -0/+4 |
2017-11-24 | Use flexible target descriptors for aarch64 | Alan Hayward | 1 | -5/+0 |
2017-11-24 | gdbserver: add aarch64_create_target_description | Alan Hayward | 1 | -15/+6 |
2017-10-25 | Add common AARCH64 REGNUM defines | Alan Hayward | 1 | -26/+15 |
2017-10-12 | linux low: Make the arch code free arch_process_info | Simon Marchi | 1 | -1/+10 |
2017-10-12 | lwp_info: Make the arch code free arch_lwp_info | Simon Marchi | 1 | -0/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-24 | [GDBserver] Fix conversion warning | Yao Qi | 1 | -1/+1 |
2016-08-25 | Sync proc_service definition with GLIBC | Adhemerval Zanella | 1 | -1/+1 |
2016-06-28 | [AArch64] Use int64_t for address offset | Yao Qi | 1 | -7/+7 |
2016-06-28 | Implement get_syscall_trapinfo for aarch64-linux | Yao Qi | 1 | -0/+19 |
2016-04-13 | Fix aarch64 ftrace JIT condition testcase | Antoine Tremblay | 1 | -2/+2 |
2016-02-12 | [gdbserver, aarch64] Use linux_{set,get}_pc_{64,32}bit | Yao Qi | 1 | -24/+4 |
2016-02-09 | Fix siginfo C++ build error | Simon Marchi | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-18 | Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServer | Antoine Tremblay | 1 | -1/+1 |
2015-12-11 | Understand arm breakpoints in aarch64_breakpoint_at | Yao Qi | 1 | -6/+11 |
2015-12-07 | Support Z0 packet in AArch64 multi-arch debugging | Yao Qi | 1 | -20/+32 |
2015-11-30 | Refactor queries for hardware and software single stepping support in GDBServer. | Antoine Tremblay | 1 | -0/+10 |
2015-11-19 | Change argument opcode type from enum aarch64_opcodes to uint32_t | Yao Qi | 1 | -1/+1 |
2015-11-19 | Define enum out of the scope of struct | Yao Qi | 1 | -5/+8 |
2015-11-19 | Cast void * to user_fpsimd_state *. | Yao Qi | 1 | -2/+3 |
2015-11-19 | Cast void * to struct user_pt_regs * | Yao Qi | 1 | -2/+2 |
2015-10-29 | gdbserver/Linux: Introduce NULL_REGSET | Pedro Alves | 1 | -1/+1 |
2015-10-21 | Add the target_ops needed for software breakpoints in GDBServer. | Antoine Tremblay | 1 | -2/+11 |
2015-10-15 | aarch64 multi-arch part 6: HW breakpoint on unaligned address | Yao Qi | 1 | -6/+22 |
2015-10-12 | Rename emit_load_store to aarch64_emit_load_store | Yao Qi | 1 | -3/+3 |
2015-10-12 | Rename emit_insn to aarch64_emit_insn | Yao Qi | 1 | -39/+41 |
2015-10-12 | Support displaced stepping in aarch64-linux | Yao Qi | 1 | -320/+3 |
2015-10-12 | Move aarch64_relocate_instruction to arch/aarch64-insn.c | Yao Qi | 1 | -155/+0 |
2015-10-12 | Use visitor in aarch64_relocate_instruction | Yao Qi | 1 | -143/+299 |
2015-10-12 | Move append_insns out of aarch64_relocate_instruction | Yao Qi | 1 | -18/+19 |
2015-10-12 | Move target_read_uint32 out of aarch64_relocate_instruction | Yao Qi | 1 | -7/+6 |
2015-09-30 | Shorten long lines in linux-aarch64-low.c | Yao Qi | 1 | -2/+4 |
2015-09-21 | Implement target_emit_ops | Pierre Langlois | 1 | -14/+1213 |
2015-09-21 | Add support for fast tracepoints | Pierre Langlois | 1 | -3/+1464 |
2015-09-18 | aarch64 multi-arch (part 3): get thread area | Yao Qi | 1 | -16/+2 |
2015-09-15 | aarch64 multi-arch support (part 2): siginfo fixup | Yao Qi | 1 | -1/+22 |
2015-09-03 | [aarch64] Check region OK for HW watchpoint in GDBserver | Yao Qi | 1 | -3/+7 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |