summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/hostio.c
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Prelimit number of bytes to read in "vFile:pread:"Gary Benson2015-08-191-0/+12
* Implement vFile:setfs in gdbserverGary Benson2015-06-101-3/+67
* Don't assume File-I/O mode bits match the host's formatGary Benson2015-06-091-3/+5
* Introduce new shared function fileio_to_host_openflagsGary Benson2015-04-211-33/+1
* Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson2015-04-091-2/+2
* Implement vFile:fstat: in gdbserverGary Benson2015-03-111-0/+41
* New common function "startswith"Gary Benson2015-03-061-6/+6
* Fix incorrect vFile: prefix lengthsGary Benson2015-03-031-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Use readlink unconditionallyYao Qi2014-11-281-4/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* [gdbserver] Split a new hostio.h file out of server.h.Pedro Alves2013-09-051-0/+1
* [GDBserver] hostio.c: Fallback to packet buffer size if PATH_MAX is not avail...Pedro Alves2013-07-011-4/+12
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Pedro Alves2012-11-261-1/+1
* ChangeLog:Ulrich Weigand2012-08-021-6/+16
* [gdbserver] return ENOSYS if readlink not supported.Joel Brobecker2012-02-091-0/+4
* ChangeLog:Ulrich Weigand2012-01-201-0/+33
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-03-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-141-1/+2
* * hostio.c (require_data): Free *data, not data.Ulrich Weigand2011-02-281-1/+1
* gdb/gdbserver/Jan Kratochvil2011-02-281-1/+1
* 2011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-271-1/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change toNathan Sidwell2009-03-131-4/+2
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * utils.c (xmalloc,xcalloc,xstrdup): New fns.Doug Evans2008-12-141-3/+3
* * hostio.c: Don't include errno.h.Pedro Alves2008-02-011-62/+10
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+1
* * configure.ac: Check for pread and pwrite.Daniel Jacobowitz2007-12-161-0/+12
* * hostio.c: Correct copyright year.Daniel Jacobowitz2007-12-011-1/+1
* * remote.c (remote_cmdlist): New variable.Daniel Jacobowitz2007-11-301-0/+517