Re: vmmap
Re: vmmap
- Subject: Re: vmmap
- From: comex <email@hidden>
- Date: Fri, 23 Mar 2012 23:37:49 -0400
On Fri, Mar 23, 2012 at 5:27 AM, Gerriet M. Denkmann
<email@hidden> wrote:
> Is the source of the Unix tool vmmap available somewhere? If Yes: where?
>
> If No: given a pid and an address (pointing to the start of a region as returned by vm_region_64) what to do to get answers to the following questions:
>
> - is this region mapped? If Yes: to what file?
You may want to look at proc_regionfilename from libproc.h (and maybe
its implementation).
> - is this region shared with other pid's ? If Yes: which ones?
The former question can be sort of answered by vm_region. I don't
know any easy way to answer the latter.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: vmmap
- From: "Gerriet M. Denkmann" <email@hidden>
References: | |
| >vmmap (From: "Gerriet M. Denkmann" <email@hidden>) |