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