Re: Query on program counters range
Re: Query on program counters range
- Subject: Re: Query on program counters range
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 10 Mar 2009 16:37:47 +0100
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