aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/hostio.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-620/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-17gdbserver: Move remote_debug to a single placeAlan Hayward1-2/+0
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-23Improve File I/O overflow detection in gdbserver (PR server/23198)Erik Kurzinger1-4/+9
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-19Prelimit number of bytes to read in "vFile:pread:"Gary Benson1-0/+12
2015-06-10Implement vFile:setfs in gdbserverGary Benson1-3/+67
2015-06-09Don't assume File-I/O mode bits match the host's formatGary Benson1-3/+5
2015-04-21Introduce new shared function fileio_to_host_openflagsGary Benson1-33/+1
2015-04-09Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson1-2/+2
2015-03-11Implement vFile:fstat: in gdbserverGary Benson1-0/+41
2015-03-06New common function "startswith"Gary Benson1-6/+6
2015-03-03Fix incorrect vFile: prefix lengthsGary Benson1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-28Use readlink unconditionallyYao Qi1-4/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-05[gdbserver] Split a new hostio.h file out of server.h.Pedro Alves1-0/+1
2013-07-01[GDBserver] hostio.c: Fallback to packet buffer size if PATH_MAX is not avail...Pedro Alves1-4/+12
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-26gdb/Pedro Alves1-1/+1
2012-08-02ChangeLog:Ulrich Weigand1-6/+16
2012-02-09[gdbserver] return ENOSYS if readlink not supported.Joel Brobecker1-0/+4
2012-01-20ChangeLog:Ulrich Weigand1-0/+33
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-03-142011-03-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-02-28 * hostio.c (require_data): Free *data, not data.Ulrich Weigand1-1/+1
2011-02-28gdb/gdbserver/Jan Kratochvil1-1/+1
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-03-13 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change toNathan Sidwell1-4/+2
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-14 * utils.c (xmalloc,xcalloc,xstrdup): New fns.Doug Evans1-3/+3
2008-02-01 * hostio.c: Don't include errno.h.Pedro Alves1-62/+10
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-2/+1
2007-12-16 * configure.ac: Check for pread and pwrite.Daniel Jacobowitz1-0/+12
2007-12-01 * hostio.c: Correct copyright year.Daniel Jacobowitz1-1/+1
2007-11-30 * remote.c (remote_cmdlist): New variable.Daniel Jacobowitz1-0/+517