Re: How to list all files opened by a process on the Mac OS X?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 24 jan 2006, at 11:06, Alexander von Below wrote: char * kvm_getfiles(kd, op, arg, cnt) kvm_t *kd; int op, arg; int *cnt; { return (0); } Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On the subject, I have just reviewed the latest Libkvm code as of OS X 10.4.4, and it is indeed scary: Anyone else here know a way to get a list of open files? Since lsof can do that, you can look at its source. I don't know which Darwin project it's part of though. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jonas Maebe