Age | Commit message (Expand) | Author | Files | Lines |
2016-10-28 | gdb: Require C++11 | Pedro Alves | 6 | -3/+1001 |
2016-10-27 | Enable range stepping if software single step is supported | Yao Qi | 2 | -0/+7 |
2016-10-27 | Get pending events in random | Yao Qi | 4 | -2/+61 |
2016-10-27 | Remove single-step breakpoint for GDBserver internal event | Yao Qi | 2 | -9/+28 |
2016-10-26 | gdbserver: Leave already-vCont-resumed threads as they were | Pedro Alves | 5 | -1/+114 |
2016-10-24 | [GDBserver] Fix conversion warning | Yao Qi | 2 | -1/+7 |
2016-10-10 | Share enum arm_breakpoint_kinds | Yao Qi | 2 | -8/+4 |
2016-10-06 | Consolidate API of target_supports_multi_process | Sergio Durigan Junior | 3 | -4/+16 |
2016-10-05 | PR remote/20655 - small fix in handle_tracepoint_bkpts | Tom Tromey | 2 | -1/+7 |
2016-10-05 | Update the path arm-*.xml files for aarch64 | Yao Qi | 2 | -2/+6 |
2016-10-05 | Clean up the XML files for ARM | Yao Qi | 3 | -16/+26 |
2016-09-30 | PR 20627: Use resume_stop to stop lwp | Yao Qi | 2 | -1/+11 |
2016-09-26 | Call debug_exit in linux_wait_1 | Yao Qi | 2 | -0/+17 |
2016-09-23 | gdb: Replace operator new / operator new[] | Pedro Alves | 2 | -2/+12 |
2016-09-21 | Update and add .gitignore's | Simon Marchi | 2 | -0/+18 |
2016-09-21 | Keep reserved bits in CPSR on write | Yao Qi | 2 | -0/+9 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 4 | -6/+20 |
2016-09-16 | linux-nat: Add function lwp_is_stepping | Andreas Arnez | 2 | -0/+12 |
2016-09-13 | Fix for gdb.server/non-existing-program.exp test case | Carl E. Love | 2 | -2/+7 |
2016-09-13 | Fix for gdb.server/non-existing-program.exp test case | Carl E. Love | 2 | -2/+12 |
2016-09-05 | gdb/: Require a C++ compiler | Pedro Alves | 5 | -64/+18 |
2016-09-03 | Removed redundant line remote-utils.c | Akash Trehan | 2 | -1/+6 |
2016-09-02 | [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint" | Yao Qi | 3 | -89/+90 |
2016-09-01 | Share target_wait prototype between GDB and gdbserver | Sergio Durigan Junior | 2 | -1/+15 |
2016-09-01 | Use target_continue{,_no_signal} instead of target_resume | Sergio Durigan Junior | 3 | -23/+30 |
2016-08-31 | Fix lwp_suspend/unsuspend imbalance in linux_wait_1 | Antoine Tremblay | 2 | -18/+23 |
2016-08-25 | Sync proc_service definition with GLIBC | Adhemerval Zanella | 11 | -10/+25 |
2016-08-19 | x32: gdbserver's agent bytecode JIT: fix "call" emission | Pedro Alves | 2 | -0/+6 |
2016-08-19 | x32: Avoid unsigned long when installing fast tracepoint jump pads | Pedro Alves | 2 | -3/+8 |
2016-08-19 | x32 Fast tracepoints: Customize jump pad address | Pedro Alves | 2 | -4/+53 |
2016-08-19 | x32 Fast tracepoints: IPA target descriptions | Pedro Alves | 6 | -5/+98 |
2016-08-09 | Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions | Pedro Alves | 6 | -3/+27 |
2016-08-05 | gdb/configure --help: suggest --disable-build-with-cxx instead of --enable... | Pedro Alves | 2 | -1/+6 |
2016-08-04 | Quiet ptrace error ESRCH in regsets_fetch_inferior_registers | Yao Qi | 2 | -0/+11 |
2016-08-02 | [GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsg | Yao Qi | 2 | -9/+8 |
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 |