Re: objc_msgsend intel and nil objects
Re: objc_msgsend intel and nil objects
- Subject: Re: objc_msgsend intel and nil objects
- From: j o a r <email@hidden>
- Date: Wed, 1 Mar 2006 11:04:51 +0100
On 1 mar 2006, at 02.38, Aleaxander Cohen 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?
This was posted on Xcode-Users recently:
On 20 feb 2006, at 11.19, Eric Albert wrote:
Printing arguments on Intel really isn't all that hard. On
PowerPC, you'd print $r3, $r4, $r5, etc. On Intel, it's $ebp + 8,
$ebp + 12, $ebp + 16, etc.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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