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