Re: Query on program counters range
Re: Query on program counters range
- Subject: Re: Query on program counters range
- From: Arnab Ganguly <email@hidden>
- Date: Sun, 15 Mar 2009 09:56:04 +0530
Hi,
Thanks for the update.Could you explain little bit more as how this is being done in the program as setting the program counters explicitly.
Regards
-A
On Tue, Mar 10, 2009 at 9:07 PM, Jean-Daniel Dupas
<email@hidden> wrote:
Le 10 mars 09 à 16:21, Arnab Ganguly a écrit :
Hi All,
Not sure whether it is being posted in correct group.
Is it possible to get the range of stack addresses of a particular application, to be more specific I would like to know the range of Program counters that we get when application crashes.
Thanks in advance
-A
AFAK, program counter and stack address are not related. The PC can be any executable memory address (which include all shared libraries' __text sections and also any heap allocated memory block which is implicitly executable on i386, and can be explicitly set executable on x86_64).
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden