Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-11-19 | gdb: Workaround bad gdbserver qSupported:xmlRegisters=i386;UnknwnFeat+ handling | Pedro Alves | 1 | -3/+5 |
2015-11-19 | [C++] remote.c: Avoid enum arithmetic | Pedro Alves | 1 | -1/+1 |
2015-10-19 | Make GDB wait for events after handling target File-I/O | Luis Machado | 1 | -14/+8 |
2015-09-30 | Call strprefix instead of strncmp in event parsing | Don Breazeal | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -27/+39 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -24/+23 |
2015-09-15 | Support single step by arch or target | Yao Qi | 1 | -9/+49 |
2015-09-11 | Extended-remote catch exec | Don Breazeal | 1 | -0/+32 |
2015-09-11 | Extended-remote follow-exec | Don Breazeal | 1 | -8/+140 |
2015-09-09 | Replace "struct continuation" mechanism by something more extensible | Pedro Alves | 1 | -1/+1 |
2015-08-27 | gdb: remove packet size limit | Pedro Alves | 1 | -35/+36 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -4/+4 |
2015-08-26 | Fix native follow-exec-mode "new" | Don Breazeal | 1 | -0/+1 |
2015-08-25 | remote: allow aborting long operations (e.g., file transfers) | Pedro Alves | 1 | -10/+30 |
2015-08-24 | Add "set remote multiprocess-extensions-packet" command | Pedro Alves | 1 | -2/+5 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 1 | -1/+1 |
2015-08-21 | Warn when accessing binaries from remote targets | Gary Benson | 1 | -4/+22 |
2015-08-21 | Add readahead cache to gdb's vFile:pread | Pedro Alves | 1 | -4/+135 |
2015-08-20 | remote non-stop: Process initially stopped threads before other commands | Pedro Alves | 1 | -23/+94 |