aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/remote-utils.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-1691/+0
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-1/+2
2019-09-21Move declarations of debug_threads and using_threads to headerChristian Biesinger1-4/+1
2019-08-15Replace write_inferior_memory with target_write_memoryTom Tromey1-2/+2
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-06-10Remove newlines from warningsTom Tromey1-3/+3
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii1-4/+0
2019-04-17gdbserver: Move remote_debug to a single placeAlan Hayward1-3/+0
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii1-2/+5
2019-01-25Normalize includes to use common/Tom Tromey1-4/+4
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-29Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi1-113/+46
2018-10-23GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.John Darrington1-46/+113
2018-09-16Use GNU style for metasyntactic variables in gdbserverTom Tromey1-1/+1
2018-07-22Remove unused variables from gdbserverTom Tromey1-2/+0
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior1-33/+86
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-2/+2
2018-06-04Add client_state struct.Stan Cox1-62/+67
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