Re: objc_msgsend intel and nil objects
Re: objc_msgsend intel and nil objects
- Subject: Re: objc_msgsend intel and nil objects
- From: "Shawn Erickson" <email@hidden>
- Date: Tue, 28 Feb 2006 17:55:28 -0800
On 2/28/06, Aleaxander Cohen <email@hidden> wrote:
> Once in a while, my application breaks in the debugger on a
> 'objc_msgsend', is there any way to find out what object is being
> passed to this function so i can understand what is going on in my app?
On PPC a pointer to the object should be in register r3 before and
just after the function is called. Then ask for a description of the
object pointed to by r3 to be printed.
-Shawn
_______________________________________________
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