debugging on Intel macs
debugging on Intel macs
- Subject: debugging on Intel macs
- From: Aurélien Hugelé <email@hidden>
- Date: Wed, 15 Feb 2006 08:26:57 +0100
Hi list !
currently, on my PowerPC Mac, i use gdb pr/print function to display
the content of the registers (i'm coding in cocoa):
$r3 (self), $r4 (_cmd), $r5->rX (arguments)
i've read somewhere that, due to the reduced number of registers in
Intel processors, the arguments are passed by the stack and not by
registers. I fear not to be able to continue to use my favorite
registers in GDB
Can someone confirm my fears ? will I be able to print "self" in $r3,
the current selector in $r4 and arguments in $r5 -> rX ? or things
will be different ?
thanks!
Aurelien
_______________________________________________
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