Age | Commit message (Expand) | Author | Files | Lines |
2015-04-09 | Rename common-remote-fileio.[ch] as fileio.[ch] | Gary Benson | 1 | -7/+7 |
2015-04-09 | Introduce new shared function remote_fileio_to_fio_error | Gary Benson | 1 | -52/+1 |
2015-03-11 | Implement remote_bfd_iovec_stat | Gary Benson | 1 | -0/+64 |
2015-03-11 | Move remote_fileio_to_fio_stat to gdb/common | Gary Benson | 1 | -111/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-07-31 | Replace most uses of deprecated_throw_reason with quit. | Andrew Burgess | 1 | -1/+1 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -1/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -4/+4 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-08-04 | 2011-08-04 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+2 |
2011-04-07 | Remove support for old Cygwin 1.5 versions. | Pierre Muller | 1 | -10/+1 |
2011-03-23 | 2011-03-23 Kai Tietz <ktietz@redhat.com> | Kai Tietz | 1 | -2/+3 |
2011-03-03 | 2011-03-03 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -6/+1 |
2011-01-25 | Stop remote_read_bytes from handling partial reads itself. | Pedro Alves | 1 | -52/+24 |
2011-01-10 | 2011-01-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -21/+21 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+12 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-05-16 | 2010-05-16 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+2 |
2010-03-10 | 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 1 | -0/+9 |
2010-03-01 | * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7 | Corinna Vinschen | 1 | -4/+6 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-11-13 | 2009-11-13 Kazu Hirata <kazu@codesourcery.com> | Daniel Jacobowitz | 1 | -15/+31 |
2009-11-12 | * remote-fileio.c (remote_fileio_func_read): Limit console | Daniel Jacobowitz | 1 | -2/+13 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+2 |
2008-09-13 | * varobj.c (varobj_set_display_format): Use xfree. | Tom Tromey | 1 | -1/+1 |
2008-03-05 | * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update. | Daniel Jacobowitz | 1 | -1/+13 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-08-10 | 2007-08-10 Maxim Grigoriev <maxim2405@gmail.com> | Maxim Grigoriev | 1 | -0/+4 |
2007-08-05 | 2007-08-04 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -0/+1 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 |
2007-01-03 | Warning fixes. | Daniel Jacobowitz | 1 | -13/+13 |
2006-12-15 | * remote-fileio.c (remote_fileio_mode_to_target): Use | Mark Kettenis | 1 | -3/+3 |
2006-07-19 | * remote-fileio.c (remote_fileio_func_rename): Reorder to process | Nathan Sidwell | 1 | -25/+30 |
2006-06-13 | gdb/ | Nathan Sidwell | 1 | -16/+26 |
2006-06-08 | * remote-fileio.c (remote_fileio_reset): New. | Nathan Sidwell | 1 | -0/+22 |
2006-01-17 | * dwarf2read.c, remote-fileio.c, remote.h: Update copyright | Daniel Jacobowitz | 1 | -1/+1 |
2006-01-17 | * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte | Daniel Jacobowitz | 1 | -18/+18 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-03-21 | * configure.ac (stat.st_blksize): Check for it. | Mark Mitchell | 1 | -3/+20 |
2005-03-16 | * utils.c (internal_vproblem): Guard call to fork with | Mark Mitchell | 1 | -1/+21 |
2005-02-14 | 2005-02-14 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2005-02-11 | 2005-02-10 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -2/+2 |
2005-01-19 | 2005-01-19 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |