aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/remote-utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-1/+1
2017-11-16GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves1-4/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-29/+4
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-4/+4
2017-09-26Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior1-1/+2
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior1-1/+1
2017-04-05-Wwrite-strings: gdbserver's 'port' parsingPedro Alves1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves1-16/+16
2016-09-03Removed redundant line remote-utils.cAkash Trehan1-1/+0
2016-03-30gdbserver: Handle 'v' packet while processing qSymbol.Marcin Koƛcielnicki1-16/+29
2016-01-26[GDBserver] Block and unblock SIGIOYao Qi1-14/+19
2016-01-26[GDBserver] Check input interrupt after reading in a packetYao Qi1-0/+16
2016-01-25Remove new_thread_notify and dead_thread_notifyYao Qi1-33/+0
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+12
2016-01-12gdbserver: fix various warningsMike Frysinger1-1/+1
2016-01-08Check input interrupt first when reading packetYao Qi1-0/+9
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30gdbserver: don't exit until GDB disconnectsPedro Alves1-1/+4
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves1-0/+3
2015-11-30Remote thread create/exit eventsPedro Alves1-0/+13
2015-09-25Add casts to memory allocation related callsSimon Marchi1-6/+6
2015-09-15gdbserver: Fix exec stop reply reporting conditionsPedro Alves1-1/+1
2015-09-15PR remote/18965: vforkdone stop reply should indicate parent PIDPedro Alves1-10/+7
2015-09-11Extended-remote follow-execDon Breazeal1-0/+20
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves1-3/+4
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves1-1/+1
2015-05-12Extended-remote follow vforkDon Breazeal1-2/+16
2015-05-12Extended-remote Linux follow forkDon Breazeal1-1/+13
2015-03-09Revert union gdb_sockaddr_uPedro Alves1-10/+19
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves1-19/+10
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-03-04gdbserver: Support the "swbreak"/"hwbreak" stop reasonsPedro Alves1-0/+10
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-29Sanitize input_interrupt outputSergio Durigan Junior1-3/+12
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-7/+7
2014-08-28Convert fatal to error in remote_prepareGary Benson1-1/+1
2014-08-07Move errno.h to common-defs.hGary Benson1-3/+0
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-02-12replace convert_ascii_to_int with hex2binTom Tromey1-1/+1
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey1-2/+2
2014-02-12replace hexify with bin2hexTom Tromey1-2/+3
2014-02-12don't let hexify call strlenTom Tromey1-2/+3
2014-02-12move some rsp bits into rsp-low.hTom Tromey1-211/+1
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1