Re: Query on program counters range
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Le 10 mars 09 à 16:21, Arnab Ganguly a écrit : _______________________________________________ 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... 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). This email sent to site_archiver@lists.apple.com
participants (1)
-
Jean-Daniel Dupas