aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/filestuff.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Use kinfo_getfile to implement fdwalk on FreeBSD.John Baldwin1-0/+24
2018-11-20Fix previous change in filestuff.cEli Zaretskii1-0/+4
2018-11-20Avoid "Invalid parameter passed to C runtime function" warningEli Zaretskii1-2/+4
2018-10-27Move mkdir_recursive to common/filestuff.cTom Tromey1-0/+45
2018-10-04Avoid shadowing in fdwalkTom Tromey1-1/+0
2018-09-12Move 'is_regular_file' from common-utils.c to filestuff.cSergio Durigan Junior1-0/+31
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-17Make open_fds an std::vectorSimon Marchi1-19/+11
2017-08-03Introduce and use gdb_file_upTom Tromey1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-28common/filestuff.c (make_cleanup_close): Update comment.Doug Evans1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-06-10Move make_cleanup_close to common codeGary Benson1-0/+21
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-4/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson1-5/+1
2014-08-07Include string.h in common-defs.hGary Benson1-3/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02Fix filestuff.c build error if RLIMIT_NOFILE not defined.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_dirent.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-09Minor O_CLOEXEC optimization, "regression" fixJan Kratochvil1-10/+11
2013-09-14 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"Pierre Muller1-1/+7
2013-06-26gdb/Yao Qi1-2/+0
2013-05-23common/filestuff.c: No sockets on DJGPP.Pedro Alves1-1/+9
2013-05-102013-05-10 Joel Brobecker <brobecker@adacore.com>Tom Tromey1-0/+27
2013-04-30filestuff.c: Include "gdb_dirent.h" instead of <dirent.h>Joel Brobecker1-1/+1
2013-04-30filestuff.c: Use gdb_stat.h instead of <sys/stat.h>Joel Brobecker1-1/+1
2013-04-23 * common/filestuff.c: Check USE_WIN32API before includingTom Tromey1-3/+21
2013-04-22 PR gdb/7912:Tom Tromey1-0/+354