| Commit message (Expand) | Author | Age | Files | Lines |
* | gdbserver: Handle 'v' packet while processing qSymbol. | Marcin KoĆcielnicki | 2016-03-30 | 1 | -16/+29 |
* | [GDBserver] Block and unblock SIGIO | Yao Qi | 2016-01-26 | 1 | -14/+19 |
* | [GDBserver] Check input interrupt after reading in a packet | Yao Qi | 2016-01-26 | 1 | -0/+16 |
* | Remove new_thread_notify and dead_thread_notify | Yao Qi | 2016-01-25 | 1 | -33/+0 |
* | Implement 'catch syscall' for gdbserver | Josh Stone | 2016-01-12 | 1 | -0/+12 |
* | gdbserver: fix various warnings | Mike Frysinger | 2016-01-12 | 1 | -1/+1 |
* | Check input interrupt first when reading packet | Yao Qi | 2016-01-08 | 1 | -0/+9 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | gdbserver: don't exit until GDB disconnects | Pedro Alves | 2015-11-30 | 1 | -1/+4 |
* | Implement TARGET_WAITKIND_NO_RESUMED in the remote protocol | Pedro Alves | 2015-11-30 | 1 | -0/+3 |
* | Remote thread create/exit events | Pedro Alves | 2015-11-30 | 1 | -0/+13 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -6/+6 |
* | gdbserver: Fix exec stop reply reporting conditions | Pedro Alves | 2015-09-15 | 1 | -1/+1 |
* | PR remote/18965: vforkdone stop reply should indicate parent PID | Pedro Alves | 2015-09-15 | 1 | -10/+7 |
* | Extended-remote follow-exec | Don Breazeal | 2015-09-11 | 1 | -0/+20 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 1 | -1/+1 |
* | gdbserver crashes when multiprocess extensions aren't supported | Pedro Alves | 2015-08-24 | 1 | -3/+4 |
* | Prepare for gnulib update | Pedro Alves | 2015-08-24 | 1 | -1/+1 |
* | gdbserver: don't pick a random thread if the current thread dies | Pedro Alves | 2015-08-21 | 1 | -1/+1 |
* | Extended-remote follow vfork | Don Breazeal | 2015-05-12 | 1 | -2/+16 |
* | Extended-remote Linux follow fork | Don Breazeal | 2015-05-12 | 1 | -1/+13 |
* | Revert union gdb_sockaddr_u | Pedro Alves | 2015-03-09 | 1 | -10/+19 |
* | Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violations | Pedro Alves | 2015-03-07 | 1 | -19/+10 |
* | New common function "startswith" | Gary Benson | 2015-03-06 | 1 | -3/+3 |
* | gdbserver: Support the "swbreak"/"hwbreak" stop reasons | Pedro Alves | 2015-03-04 | 1 | -0/+10 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Sanitize input_interrupt output | Sergio Durigan Junior | 2014-12-29 | 1 | -3/+12 |
* | Rename current_inferior as current_thread in gdbserver | Gary Benson | 2014-09-16 | 1 | -7/+7 |
* | Convert fatal to error in remote_prepare | Gary Benson | 2014-08-28 | 1 | -1/+1 |
* | Move errno.h to common-defs.h | Gary Benson | 2014-08-07 | 1 | -3/+0 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -2/+0 |
* | Move stdio.h to common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | replace convert_ascii_to_int with hex2bin | Tom Tromey | 2014-02-12 | 1 | -1/+1 |
* | replace convert_int_to_ascii with bin2hex | Tom Tromey | 2014-02-12 | 1 | -2/+2 |
* | replace hexify with bin2hex | Tom Tromey | 2014-02-12 | 1 | -2/+3 |
* | don't let hexify call strlen | Tom Tromey | 2014-02-12 | 1 | -2/+3 |
* | move some rsp bits into rsp-low.h | Tom Tromey | 2014-02-12 | 1 | -211/+1 |
* | New gdbserver option --debug-format=timestamp. | Doug Evans | 2014-01-22 | 1 | -3/+3 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | remove gdb_stat.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | [gdbserver] Split a new dll.h file out of server.h. | Pedro Alves | 2013-09-05 | 1 | -0/+2 |
* | Rely on gnulib's unistd.h replacement. | Pedro Alves | 2013-07-01 | 1 | -2/+0 |
* | [GDBserver] Multi-process + multi-arch | Pedro Alves | 2013-06-07 | 1 | -4/+5 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -1/+1 |
* | 2012-11-15 Pierre Muller <muller@sourceware.org> | Pierre Muller | 2012-11-15 | 1 | -1/+1 |
* | gdb/gdbserver: | Yao Qi | 2012-11-09 | 1 | -1/+1 |
* | gdb/gdbserver: | Yao Qi | 2012-04-29 | 1 | -0/+1 |
* | gdb/gdbserver/ | Yao Qi | 2012-04-19 | 1 | -2/+2 |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -3/+1 |
* | * NEWS: Add entry for stdio gdbserver. | Doug Evans | 2011-12-16 | 1 | -11/+74 |