summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.cLukas Durfina2020-02-031-2/+1
* gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warningsPedro Alves2017-05-181-5/+5
* gdb.base/fileio.c: Fix several -Wreturn-type warningsPedro Alves2017-05-181-25/+25
* gdb.base/fileio.exp: Remove nowarningsPedro Alves2017-05-181-1/+5
* GDB testsuite: Fix warnings with -std=gnu11Andreas Arnez2014-11-131-0/+1
* Close the file in fileio.exp testYao Qi2014-10-291-0/+1
* Add system test before "set remote system-call-allowed 1" to fileio.expHui Zhu2014-06-041-6/+16
* update fileio testTom Tromey2013-11-041-26/+28
* * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable toPierre Muller2009-10-011-4/+4
* gdb/Nathan Sidwell2006-06-131-3/+7
* * gdb.base/break.c: Add 10a breakpoint at }Nathan Sidwell2006-06-131-5/+54
* * gdb.base/fileio.c: Include unistd.h as required for lseek(2).Corinna Vinschen2005-01-101-1/+1
* * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR suchMark Kettenis2004-02-011-1/+1
* 2004-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-071-0/+3
* 2004-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-071-1/+1
* Revert accidental commit.Andrew Cagney2004-01-021-1/+1
* 2004-01-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-021-1/+1
* 2003-06-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-141-35/+70
* * gdb.base/fileio.c: New file, testing File-I/O.Corinna Vinschen2003-06-101-0/+468