Files
John Baldwin 93579f6f90 Use kinfo_getfile to implement fdwalk on FreeBSD.
kinfo_getfile() requires a couple of system calls to fetch the list of
open file descriptors.  This can be much cheaper than invoking fstat
on all of the values from 0 to the open file resource limit maximum.

gdb/ChangeLog:

	* common/filestuff.c [HAVE_KINFO_GETFILE]: Include headers.
	(fdwalk) [HAVE_KINFO_GETFILE]: Use kinfo_getfile.
2018-11-30 15:14:18 -08:00
..
2018-10-04 22:51:45 -06:00
2018-11-21 12:06:20 +00:00
2018-10-27 11:58:41 -06:00
2018-04-30 11:33:11 -06:00
2018-04-09 14:20:46 -04:00
2018-04-09 14:20:46 -04:00
2018-03-02 23:22:10 -05:00
2018-05-29 08:52:55 -06:00
2018-03-19 09:37:49 -06:00
2018-07-03 11:36:46 -06:00
2018-07-03 11:36:46 -06:00
2018-08-07 18:10:29 -04:00
2018-07-22 13:20:01 -06:00