summaryrefslogtreecommitdiff
path: root/gdb/common/filestuff.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-5/+11
* Remove last cleanup from linux-namespaces.cTom Tromey2019-03-061-21/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use kinfo_getfile to implement fdwalk on FreeBSD.John Baldwin2018-11-301-0/+24
* Fix previous change in filestuff.cEli Zaretskii2018-11-201-0/+4
* Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii2018-11-201-2/+4
* Move mkdir_recursive to common/filestuff.cTom Tromey2018-10-271-0/+45
* Avoid shadowing in fdwalkTom Tromey2018-10-041-1/+0
* Move 'is_regular_file' from common-utils.c to filestuff.cSergio Durigan Junior2018-09-121-0/+31
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Make open_fds an std::vectorSimon Marchi2017-11-171-19/+11
* Introduce and use gdb_file_upTom Tromey2017-08-031-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* common/filestuff.c (make_cleanup_close): Update comment.Doug Evans2015-09-281-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Move make_cleanup_close to common codeGary Benson2015-06-101-0/+21
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-4/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include common-defs.h instead of defs.h/server.h in shared codeGary Benson2014-09-121-5/+1
* Include string.h in common-defs.hGary Benson2014-08-071-3/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Fix filestuff.c build error if RLIMIT_NOFILE not defined.Joel Brobecker2013-12-021-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_dirent.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Minor O_CLOEXEC optimization, "regression" fixJan Kratochvil2013-10-091-10/+11
* * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"Pierre Muller2013-09-141-1/+7
* gdb/Yao Qi2013-06-261-2/+0
* common/filestuff.c: No sockets on DJGPP.Pedro Alves2013-05-231-1/+9
* 2013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey2013-05-101-0/+27
* filestuff.c: Include "gdb_dirent.h" instead of <dirent.h>Joel Brobecker2013-04-301-1/+1
* filestuff.c: Use gdb_stat.h instead of <sys/stat.h>Joel Brobecker2013-04-301-1/+1
* * common/filestuff.c: Check USE_WIN32API before includingTom Tromey2013-04-231-3/+21
* PR gdb/7912:Tom Tromey2013-04-221-0/+354