Re: How to Inspect Method/Function Args Under GCC 4.2
Re: How to Inspect Method/Function Args Under GCC 4.2
- Subject: Re: How to Inspect Method/Function Args Under GCC 4.2
- From: Ken Thomases <email@hidden>
- Date: Mon, 15 Mar 2010 16:41:22 -0500
On Mar 15, 2010, at 4:22 PM, Keary Suska wrote:
> I started using the new GGC 4.2, but I can't seem to inspect arguments anymore. When I try I get "Argument to arithmetic operation not a number or boolean":
>
> (gdb) po *(id*)($ebp + 8)
> Argument to arithmetic operation not a number or boolean.
>
> Is there some new trickery needed now?
I doubt it. I suspect you're unintentionally running a 64-bit (x86_64) build rather than a 32-bit (i386) build. The above expression only makes sense for i386.
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden