Age | Commit message (Expand) | Author | Files | Lines |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-19 | Prelimit number of bytes to read in "vFile:pread:" | Gary Benson | 1 | -0/+12 |
2015-06-10 | Implement vFile:setfs in gdbserver | Gary Benson | 1 | -3/+67 |
2015-06-09 | Don't assume File-I/O mode bits match the host's format | Gary Benson | 1 | -3/+5 |
2015-04-21 | Introduce new shared function fileio_to_host_openflags | Gary Benson | 1 | -33/+1 |
2015-04-09 | Rename common-remote-fileio.[ch] as fileio.[ch] | Gary Benson | 1 | -2/+2 |
2015-03-11 | Implement vFile:fstat: in gdbserver | Gary Benson | 1 | -0/+41 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -6/+6 |
2015-03-03 | Fix incorrect vFile: prefix lengths | Gary Benson | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-28 | Use readlink unconditionally | Yao Qi | 1 | -4/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-05 | [gdbserver] Split a new hostio.h file out of server.h. | Pedro Alves | 1 | -0/+1 |
2013-07-01 | [GDBserver] hostio.c: Fallback to packet buffer size if PATH_MAX is not avail... | Pedro Alves | 1 | -4/+12 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-26 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-08-02 | ChangeLog: | Ulrich Weigand | 1 | -6/+16 |
2012-02-09 | [gdbserver] return ENOSYS if readlink not supported. | Joel Brobecker | 1 | -0/+4 |
2012-01-20 | ChangeLog: | Ulrich Weigand | 1 | -0/+33 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |
2011-03-14 | 2011-03-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+2 |
2011-02-28 | * hostio.c (require_data): Free *data, not data. | Ulrich Weigand | 1 | -1/+1 |
2011-02-28 | gdb/gdbserver/ | Jan Kratochvil | 1 | -1/+1 |
2011-02-27 | 2011-02-27 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-03-13 | * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to | Nathan Sidwell | 1 | -4/+2 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-14 | * utils.c (xmalloc,xcalloc,xstrdup): New fns. | Doug Evans | 1 | -3/+3 |
2008-02-01 | * hostio.c: Don't include errno.h. | Pedro Alves | 1 | -62/+10 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -2/+1 |
2007-12-16 | * configure.ac: Check for pread and pwrite. | Daniel Jacobowitz | 1 | -0/+12 |
2007-12-01 | * hostio.c: Correct copyright year. | Daniel Jacobowitz | 1 | -1/+1 |
2007-11-30 | * remote.c (remote_cmdlist): New variable. | Daniel Jacobowitz | 1 | -0/+517 |