summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/remote-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for gnulib updateusers/palves/gnulib-updatePedro Alves2015-03-231-1/+1
* 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
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* [gdbserver] Split a new dll.h file out of server.h.Pedro Alves2013-09-051-0/+2
* Rely on gnulib's unistd.h replacement.Pedro Alves2013-07-011-2/+0
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-071-4/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* 2012-11-15 Pierre Muller <muller@sourceware.org>Pierre Muller2012-11-151-1/+1
* gdb/gdbserver:Yao Qi2012-11-091-1/+1
* gdb/gdbserver:Yao Qi2012-04-291-0/+1
* gdb/gdbserver/Yao Qi2012-04-191-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+1
* * NEWS: Add entry for stdio gdbserver.Doug Evans2011-12-161-11/+74
* * remote-utils.c (prepare_resume_reply): Remove extraneous \nDoug Evans2011-12-161-1/+1
* gdb/gdbserverYao Qi2011-11-091-1/+1
* 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung2011-07-211-164/+0
* gdb/Jan Kratochvil2011-04-241-54/+73
* gdb/gdbserver/Jan Kratochvil2011-03-071-1/+1
* 2011-01-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-01-251-10/+4
* 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>Michael Snyder2011-01-061-3/+7
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.Pedro Alves2010-08-271-2/+2
* * gdbreplay.c (remote_error): New.Pedro Alves2010-08-261-2/+4
* Static tracepoints support, and UST integration.Pedro Alves2010-07-011-0/+19
* gdb/gdbserver/Pedro Alves2010-06-011-6/+107
* 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>Ozkan Sezer2010-05-261-1/+1
* * event-loop.c (struct callback_event): New struct.Doug Evans2010-05-031-16/+80
* gdb/gdbserver/Pedro Alves2010-05-031-8/+6
* * remote-utils.c (putpkt_binary_1): Call readchar instead of read.Doug Evans2010-04-261-18/+16
* * configure.ac: Use `ws2_32' library for srv_mingw.Pierre Muller2010-04-171-1/+1
* GDBserver disconnected tracing support.Pedro Alves2010-04-111-51/+92
* * regcache.h (struct thread_info): Forward declare.Pedro Alves2010-01-201-3/+6
* Implement core awareness.Vladimir Prus2010-01-121-0/+22