Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | Fix PR server/20414 - x32 gdbserver always crashes inferior | Pedro Alves | 2 | -4/+15 |
2016-07-26 | Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size... | Pedro Alves | 2 | -5/+10 |
2016-07-21 | Add -Wunused-but-set-* to build | Tom Tromey | 2 | -1/+5 |
2016-07-21 | Fix cast to 'gdb_breakpoint *' | Yao Qi | 2 | -1/+6 |
2016-07-21 | Support vCont s and S actions with software single step | Yao Qi | 2 | -5/+13 |
2016-07-21 | Use reinsert_breakpoint for vCont;s | Yao Qi | 2 | -8/+83 |
2016-07-21 | Enqueue signal even when resuming threads | Yao Qi | 2 | -21/+27 |
2016-07-21 | Use enqueue_pending_signal in linux_resume_one_thread | Yao Qi | 2 | -11/+14 |
2016-07-21 | Switch current_thread to lwp's thread in install_software_single_step_breakpo... | Yao Qi | 4 | -2/+30 |
2016-07-21 | Make reinsert_breakpoint thread specific | Yao Qi | 4 | -55/+92 |
2016-07-21 | Refactor clone_all_breakpoints | Yao Qi | 6 | -16/+24 |
2016-07-21 | Create sub classes of 'struct breakpoint' | Yao Qi | 4 | -67/+188 |
2016-07-21 | Pass breakpoint type in set_breakpoint_at | Yao Qi | 3 | -7/+24 |
2016-07-12 | Add type casts to allow C++ compile. | Chung-Lin Tang | 2 | -2/+8 |
2016-07-01 | Fix failure to detach if process exits while detaching on Linux | Pedro Alves | 2 | -19/+107 |
2016-06-28 | [AArch64] Use int64_t for address offset | Yao Qi | 2 | -7/+17 |
2016-06-28 | Implement get_syscall_trapinfo for arm-linux | Yao Qi | 2 | -1/+41 |
2016-06-28 | Implement get_syscall_trapinfo for aarch64-linux | Yao Qi | 2 | -0/+25 |
2016-06-28 | Remove parameter sysret from linux_target_ops.get_syscall_trapinfo | Yao Qi | 4 | -28/+22 |
2016-06-21 | S390 gdbserver: Mark local funcs/vars as static | Andreas Arnez | 2 | -14/+31 |
2016-06-17 | Handle reinsert breakpoints for vforked child | Yao Qi | 4 | -5/+91 |
2016-06-17 | Delete reinsert breakpoints from forked child | Yao Qi | 2 | -0/+26 |
2016-06-17 | Step over exit with reinsert breakpoints | Yao Qi | 2 | -0/+14 |
2016-06-17 | More assert checks on reinsert breakpoint | Yao Qi | 3 | -1/+19 |
2016-06-17 | Switch to current thread in finish_step_over | Yao Qi | 4 | -4/+67 |
2016-06-03 | Fix C++ build for Cygwin | Jon Turney | 2 | -2/+6 |
2016-05-17 | Use unsuspend_all_lwps | Yao Qi | 2 | -1/+6 |
2016-05-05 | Fix ChangeLog entry format | Simon Marchi | 1 | -1/+1 |
2016-05-05 | Initialize res in get_next_pcs_read_memory_unsigned_integer | Yao Qi | 2 | -0/+6 |
2016-05-05 | Change type of cpsr in arm_sigreturn_next_pc | Yao Qi | 2 | -1/+6 |
2016-05-04 | [spu] Fix C++ build problems | Ulrich Weigand | 2 | -4/+12 |
2016-04-28 | Fix write endianness/size problem for fast tracepoint enabled flag | Par Olsson | 2 | -1/+14 |
2016-04-28 | Remove need_step_over from struct lwp_info | Yao Qi | 2 | -20/+0 |
2016-04-25 | Resume the inferior with signal rather than stepping over | Yao Qi | 2 | -3/+21 |
2016-04-25 | [GDBserver] Don't error in reinsert_raw_breakpoint if bp->inserted | Yao Qi | 2 | -1/+6 |
2016-04-25 | Insert breakpoint even when the raw breakpoint is found | Yao Qi | 1 | -20/+28 |
2016-04-22 | [ARM] Clear reserved bits in CPSR | Yao Qi | 2 | -1/+9 |
2016-04-22 | [obv] [PR gdb/19980] Typo in gdbserver/configure.srv | Walfred Tedeschi | 1 | -1/+1 |
2016-04-22 | Deliver signal in hardware single step | Yao Qi | 2 | -3/+13 |
2016-04-21 | Fix s390 GNU/Linux gdb and gdbserver builds | Pedro Alves | 2 | -6/+13 |
2016-04-20 | Build GDB as a C++ program by default | Pedro Alves | 2 | -1/+5 |
2016-04-20 | Move ARM_CPSR_GREGNUM to arch/arm-linux.h | Yao Qi | 2 | -2/+10 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 7 | -11/+86 |
2016-04-18 | Fix PR gdb/19250: ptrace prototype is not detected properly in C++ mode | Pedro Alves | 2 | -72/+11 |
2016-04-13 | Fix aarch64 ftrace JIT condition testcase | Antoine Tremblay | 2 | -2/+7 |
2016-04-12 | Eliminate prepare_to_throw_exception | Pedro Alves | 2 | -8/+4 |
2016-04-05 | Make ftrace tests work with remote targets | Simon Marchi | 2 | -1/+5 |
2016-04-05 | IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT | Marcin Kościelnicki | 2 | -28/+32 |
2016-04-03 | IPA: Fix build problem on !HAVE_GETAUXVAL | Marcin Kościelnicki | 4 | -0/+9 |
2016-03-31 | gdbserver: Fix C++ build errors in tracepoint.c | Marcin Kościelnicki | 2 | -5/+14 |