summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/remote-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix build with GCC 8: strncpy -> memcpyYao Qi2017-11-221-1/+1
* GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves2017-11-161-4/+1
* Assume termios is available, remove support for termio and sgttyPedro Alves2017-11-061-29/+4
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-291-4/+4
* Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior2017-09-261-1/+2
* Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior2017-04-121-1/+1
* -Wwrite-strings: gdbserver's 'port' parsingPedro Alves2017-04-051-4/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdbserver: Use debug_printf for debug outputPedro Alves2016-11-231-16/+16
* Removed redundant line remote-utils.cAkash Trehan2016-09-031-1/+0
* 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