Re: 64-bit aware vmmap?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com I need to diagnose a problem with my driver mapping memory into user space for 64-bit apps on Intel. I tried to use vmmap for this, but it seems to not understand 64-bit applications. Is there any alternative, like /proc/*/maps on linux? http://www.sealiesoftware.com/vmmap64.c -- Greg Parker gparker@apple.com Runtime Wrangler _______________________________________________ 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... Andrew Gallatin wrote: Here's a very simple vmmap64 using Mach primitives. Build instructions are at the top of the file. This email sent to site_archiver@lists.apple.com
participants (1)
-
Greg Parker