Age | Commit message (Expand) | Author | Files | Lines |
2017-01-09 | Fix inferior memory reading in GDBServer for arm/aarch32 | Antoine Tremblay | 1 | -2/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-25 | Sync proc_service definition with GLIBC | Adhemerval Zanella | 1 | -1/+1 |
2016-06-28 | Implement get_syscall_trapinfo for arm-linux | Yao Qi | 1 | -1/+36 |
2016-05-05 | Initialize res in get_next_pcs_read_memory_unsigned_integer | Yao Qi | 1 | -0/+1 |
2016-05-05 | Change type of cpsr in arm_sigreturn_next_pc | Yao Qi | 1 | -1/+1 |
2016-02-16 | Remove PC from syscall_next_pc | Yao Qi | 1 | -3/+3 |
2016-02-12 | [ARM] Fixup PC in software single step | Yao Qi | 1 | -1/+2 |
2016-01-26 | Remove argument pc in get_next_pcs | Yao Qi | 1 | -2/+2 |
2016-01-21 | Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns to | Yao Qi | 1 | -3/+13 |
2016-01-18 | Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bit | Yao Qi | 1 | -21/+2 |
2016-01-14 | [ARM] Make thumb2_breakpoint static again | Yao Qi | 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 | Support software single step on ARM in GDBServer | Antoine Tremblay | 1 | -1/+145 |
2015-12-18 | Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServer | Antoine Tremblay | 1 | -1/+1 |
2015-12-07 | Support Z0 packet in AArch64 multi-arch debugging | Yao Qi | 1 | -159/+0 |
2015-12-03 | Remove duplicate arch/arm.h include in linux-arm-low.c. | Antoine Tremblay | 1 | -2/+0 |
2015-11-30 | Remove too simple breakpoint_reinsert_addr implementations. | Antoine Tremblay | 1 | -13/+1 |
2015-11-30 | Refactor queries for hardware and software single stepping support in GDBServer. | Antoine Tremblay | 1 | -1/+10 |
2015-11-30 | Fix breakpoint size when stepping over a permanent breakpoint in GDBServer. | Antoine Tremblay | 1 | -1/+39 |
2015-11-03 | Change return type of raw_bkpt_type_to_arm_hwbp_type | Simon Marchi | 1 | -1/+1 |
2015-11-03 | gdbserver arm: Add casts | Simon Marchi | 1 | -2/+2 |
2015-10-29 | gdbserver: Move pointer dereference to after assert checks. | Henrik Wallin | 1 | -2/+5 |
2015-10-29 | gdbserver/Linux: Introduce NULL_REGSET | Pedro Alves | 1 | -1/+1 |
2015-10-21 | Support software breakpoints for ARM linux in GDBServer. | Antoine Tremblay | 1 | -0/+1 |
2015-10-21 | Refactor the breakpoint definitions in linux-arm-low.c. | Antoine Tremblay | 1 | -12/+15 |
2015-10-21 | Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS... | Antoine Tremblay | 1 | -4/+62 |
2015-10-21 | Add the target_ops needed for software breakpoints in GDBServer. | Antoine Tremblay | 1 | -11/+19 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-04 | New regs_info for aarch32 | Yao Qi | 1 | -47/+31 |
2015-07-30 | Remove global variable arm_hwcap | Yao Qi | 1 | -7/+3 |
2015-07-30 | Use regcache->tdesc instead of arm_hwcap | Yao Qi | 1 | -12/+12 |
2015-07-30 | Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregset | Yao Qi | 1 | -8/+14 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -1/+1 |
2015-05-14 | Fix build gdbserver build errors on arm, mips, aarch64. | Don Breazeal | 1 | -6/+6 |
2015-05-12 | Arch-specific remote follow fork | Don Breazeal | 1 | -0/+42 |
2015-03-24 | Change signature of linux_target_ops.new_thread | Gary Benson | 1 | -3/+3 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -5/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-16 | Rename current_inferior as current_thread in gdbserver | Gary Benson | 1 | -7/+7 |
2014-05-20 | [GDBserver] Make Zx/zx packet handling idempotent. | Pedro Alves | 1 | -29/+44 |
2014-02-20 | Remove all_lwps global. | Doug Evans | 1 | -8/+10 |
2014-01-22 | New gdbserver option --debug-format=timestamp. | Doug Evans | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-08-14 | * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE | Luis Machado | 1 | -4/+4 |
2013-06-07 | [GDBserver] Multi-process + multi-arch | Pedro Alves | 1 | -22/+69 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-01 | gdbserver/ChangeLog: | Ulrich Weigand | 1 | -7/+8 |
2012-07-30 | ChangeLog: | Ulrich Weigand | 1 | -3/+3 |
2012-04-24 | * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c. | Thiago Jung Bauermann | 1 | -8/+12 |