Re: Using Sampler
Re: Using Sampler
- Subject: Re: Using Sampler
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 27 Sep 2006 17:16:13 -0600
On Sep 27, 2006, at 4:47 PM, Alan Smith wrote:
In *addition* to the function calls, I want to know what is being
passed to each method/function.
If you're using a PPC Mac, then AFAIK you can only acquire the
arguments passed into the current top of the stack. They are stored
in registers $r3, $r4, and so on.
If you're using an Intel Mac, then arguments are stored in the stack
(at least on IA-32), and you can acquire them by examining registers
$ebp+8, $ebp+12, and so on.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden