summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/remote-utils.c
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: Handle 'v' packet while processing qSymbol.Marcin Koƛcielnicki2016-03-301-16/+29
* [GDBserver] Block and unblock SIGIOYao Qi2016-01-261-14/+19
* [GDBserver] Check input interrupt after reading in a packetYao Qi2016-01-261-0/+16
* Remove new_thread_notify and dead_thread_notifyYao Qi2016-01-251-33/+0
* Implement 'catch syscall' for gdbserverJosh Stone2016-01-121-0/+12
* gdbserver: fix various warningsMike Frysinger2016-01-121-1/+1
* Check input interrupt first when reading packetYao Qi2016-01-081-0/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdbserver: don't exit until GDB disconnectsPedro Alves2015-11-301-1/+4
* Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves2015-11-301-0/+3
* Remote thread create/exit eventsPedro Alves2015-11-301-0/+13
* Add casts to memory allocation related callsSimon Marchi2015-09-251-6/+6
* gdbserver: Fix exec stop reply reporting conditionsPedro Alves2015-09-151-1/+1
* PR remote/18965: vforkdone stop reply should indicate parent PIDPedro Alves2015-09-151-10/+7
* Extended-remote follow-execDon Breazeal2015-09-111-0/+20
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* gdbserver crashes when multiprocess extensions aren't supportedPedro Alves2015-08-241-3/+4
* Prepare for gnulib updatePedro Alves2015-08-241-1/+1
* gdbserver: don't pick a random thread if the current thread diesPedro Alves2015-08-211-1/+1
* Extended-remote follow vforkDon Breazeal2015-05-121-2/+16
* Extended-remote Linux follow forkDon Breazeal2015-05-121-1/+13
* Revert union gdb_sockaddr_uPedro Alves2015-03-091-10/+19
* Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves2015-03-071-19/+10
* New common function "startswith"Gary Benson2015-03-061-3/+3
* gdbserver: Support the "swbreak"/"hwbreak" stop reasonsPedro Alves2015-03-041-0/+10
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Sanitize input_interrupt outputSergio Durigan Junior2014-12-291-3/+12
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-7/+7
* Convert fatal to error in remote_prepareGary Benson2014-08-281-1/+1
* Move errno.h to common-defs.hGary Benson2014-08-071-3/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* replace convert_ascii_to_int with hex2binTom Tromey2014-02-121-1/+1
* replace convert_int_to_ascii with bin2hexTom Tromey2014-02-121-2/+2
* replace hexify with bin2hexTom Tromey2014-02-121-2/+3
* don't let hexify call strlenTom Tromey2014-02-121-2/+3
* move some rsp bits into rsp-low.hTom Tromey2014-02-121-211/+1
* New gdbserver option --debug-format=timestamp.Doug Evans2014-01-221-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* [gdbserver] Split a new dll.h file out of server.h.Pedro Alves2013-09-051-0/+2
* Rely on gnulib's unistd.h replacement.Pedro Alves2013-07-011-2/+0
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-071-4/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* 2012-11-15 Pierre Muller <muller@sourceware.org>Pierre Muller2012-11-151-1/+1
* gdb/gdbserver:Yao Qi2012-11-091-1/+1
* gdb/gdbserver:Yao Qi2012-04-291-0/+1
* gdb/gdbserver/Yao Qi2012-04-191-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* * NEWS: Add entry for stdio gdbserver.Doug Evans2011-12-161-11/+74