Re: objc_exception_throw prior to launching nib file
Re: objc_exception_throw prior to launching nib file
- Subject: Re: objc_exception_throw prior to launching nib file
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 22 Apr 2009 13:31:41 -0600
On Apr 22, 2009, at 1:28 PM, Daniel Child wrote:
It says....
Running…
(gdb) po $rdi
Value can't be converted to integer.
(gdb)
Are you sure your program is running as Intel 64? The $rdi register is
only available to X86-64 applications. In 32-bit Intel apps, arguments
to functions are placed on the stack, which is in the $ebp register.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden