Age | Commit message (Expand) | Author | Files | Lines |
2016-11-08 | Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info | Pedro Alves | 1 | -17/+11 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -5/+1 |
2016-11-08 | Use ui_file_as_string in gdb/remote.c | Pedro Alves | 1 | -38/+16 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -1/+1 |
2016-11-08 | Check for truncated registers in process_g_packet | Lionel Flandrin | 1 | -3/+17 |
2016-11-03 | Rename placed_size to kind | Yao Qi | 1 | -4/+4 |
2016-11-03 | New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -14/+2 |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -23/+429 |
2016-10-26 | gdb: Clean up remote.c:remote_resume | Pedro Alves | 1 | -51/+62 |
2016-09-29 | PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression | Jan Kratochvil | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -3/+3 |
2016-09-18 | gdb: Fix std::{min, max}-related build breakage on 32-bit hosts | Pedro Alves | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -8/+14 |
2016-09-08 | Remove some unneeded casts from remote.c | Tom Tromey | 1 | -4/+4 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -2/+3 |
2016-07-25 | btrace: Resume recording after disconnect. | Tim Wiederhake | 1 | -0/+61 |
2016-07-01 | Optimize memory_xfer_partial for remote | Don Breazeal | 1 | -0/+9 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -9/+1 |
2016-06-21 | Make input_fd be per UI | Pedro Alves | 1 | -2/+0 |
2016-04-27 | Workaround gdbserver<7.7 for setfs | Jan Kratochvil | 1 | -0/+19 |
2016-04-13 | Fix PR remote/19840: gdb crashes on reverse-stepi | Pedro Alves | 1 | -0/+20 |
2016-04-12 | target remote: Don't rely on immediate_quit (introduce quit handlers) | Pedro Alves | 1 | -156/+113 |
2016-04-12 | Do target_terminal_ours in query & friends instead of in all callers | Pedro Alves | 1 | -6/+0 |
2016-04-12 | Pass Ctrl-C to the target in target_terminal_inferior | Pedro Alves | 1 | -0/+22 |
2016-04-12 | Decouple target_interrupt from all-stop/non-stop modes | Pedro Alves | 1 | -26/+9 |
2016-04-12 | Don't call clear_quit_flag after check_quit_flag | Pedro Alves | 1 | -4/+1 |
2016-04-06 | Revert the previous commit adding unknown_v_replies_ok. | Jan Kratochvil | 1 | -31/+0 |
2016-04-06 | Workaround gdbserver<7.7 for setfs | Jan Kratochvil | 1 | -0/+31 |
2016-04-06 | Revert check-in by a mistake in the previous commit. | Jan Kratochvil | 1 | -27/+0 |
2016-04-06 | Print the "file" command suggestion in exec_file_locate_attach | Jan Kratochvil | 1 | -0/+27 |
2016-03-30 | gdbserver: Handle 'v' packet while processing qSymbol. | Marcin KoĆcielnicki | 1 | -5/+7 |
2016-03-17 | PR remote/19496, timeout in forking-threads-plus-bkpt | Pedro Alves | 1 | -12/+18 |
2016-02-16 | PR remote/19496, internal err forking-threads-plus-bkpt | Don Breazeal | 1 | -1/+6 |
2016-02-08 | remote.c: Cleanup unused variables | Simon Marchi | 1 | -35/+2 |
2016-02-04 | waiting_for_stop_reply around remote_fileio_request | Yao Qi | 1 | -0/+8 |
2016-01-28 | Import strchrnul from gnulib and use it | Simon Marchi | 1 | -18/+8 |
2016-01-14 | Fix C++ build error by casting void * | Yao Qi | 1 | -1/+1 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -1/+3 |
2016-01-12 | Implement 'catch syscall' for gdbserver | Josh Stone | 1 | -0/+110 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-14 | Target remote mode fork and exec event support | Don Breazeal | 1 | -106/+99 |
2015-12-01 | Avoid "operation may be undefined" warning in remote.c | Ulrich Weigand | 1 | -1/+1 |
2015-12-01 | Fix uninitialized variable warnings in remote.c | Ulrich Weigand | 1 | -0/+2 |
2015-11-30 | Implement TARGET_WAITKIND_NO_RESUMED in the remote protocol | Pedro Alves | 1 | -3/+20 |
2015-11-30 | Remote thread create/exit events | Pedro Alves | 1 | -5/+66 |
2015-11-30 | New vCtrlC packet, non-stop mode equivalent of \003 | Pedro Alves | 1 | -7/+58 |
2015-11-30 | remote: stop reason and watchpoint data address per thread | Pedro Alves | 1 | -25/+44 |
2015-11-30 | Remote all-stop-on-top-of-non-stop | Pedro Alves | 1 | -46/+162 |
2015-11-27 | remote.c: Add missing cast | Simon Marchi | 1 | -1/+1 |
2015-11-26 | Display names of remote threads | Simon Marchi | 1 | -1/+28 |