aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/remote-utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-09-05[gdbserver] Split a new dll.h file out of server.h.Pedro Alves1-0/+2
2013-07-01Rely on gnulib's unistd.h replacement.Pedro Alves1-2/+0
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-4/+5
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-152012-11-15 Pierre Muller <muller@sourceware.org>Pierre Muller1-1/+1
2012-11-09gdb/gdbserver:Yao Qi1-1/+1
2012-04-29gdb/gdbserver:Yao Qi1-0/+1
2012-04-19gdb/gdbserver/Yao Qi1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-12-16 * NEWS: Add entry for stdio gdbserver.Doug Evans1-11/+74
2011-12-16 * remote-utils.c (prepare_resume_reply): Remove extraneous \nDoug Evans1-1/+1
2011-11-09gdb/gdbserverYao Qi1-1/+1
2011-07-212011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung1-164/+0
2011-04-24gdb/Jan Kratochvil1-54/+73
2011-03-07gdb/gdbserver/Jan Kratochvil1-1/+1
2011-01-252011-01-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-10/+4
2011-01-062011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>Michael Snyder1-3/+7
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-08-27 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.Pedro Alves1-2/+2
2010-08-26 * gdbreplay.c (remote_error): New.Pedro Alves1-2/+4
2010-07-01 Static tracepoints support, and UST integration.Pedro Alves1-0/+19
2010-06-01gdb/gdbserver/Pedro Alves1-6/+107
2010-05-262010-05-26 Ozkan Sezer <sezeroz@gmail.com>Ozkan Sezer1-1/+1
2010-05-03 * event-loop.c (struct callback_event): New struct.Doug Evans1-16/+80
2010-05-03 gdb/gdbserver/Pedro Alves1-8/+6
2010-04-26 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.Doug Evans1-18/+16
2010-04-17 * configure.ac: Use `ws2_32' library for srv_mingw.Pierre Muller1-1/+1
2010-04-11 GDBserver disconnected tracing support.Pedro Alves1-51/+92
2010-01-20 * regcache.h (struct thread_info): Forward declare.Pedro Alves1-3/+6
2010-01-12 Implement core awareness.Vladimir Prus1-0/+22
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-07-06 Adding Neutrino gdbserver.Aleksandar Ristovski1-0/+33
2009-05-24gdb:Doug Evans1-1/+1
2009-04-03 * remote-utils.c (prepare_resume_reply): Null-terminate packet.Ulrich Weigand1-0/+1
2009-04-012009-04-01 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-20/+172
2009-04-01 Non-stop mode support.Pedro Alves1-6/+32
2009-04-01 Decouple target code from remote protocol.Pedro Alves1-70/+81