site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi Marek, On Dec 3, 2004, at 6:54 PM, Marek Kozubal wrote: Good luck, --gc __________________________________________________________________ Garth Cummings Apple Developer Technical Support gcummings@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com I know its 68 bytes into my function, but there's no Disassemble in XCode like there is in CodeWarriror that let me figure such things out. When you're in the kernel, you pretty much need to become friends with command-line GDB. GDB does have the "disassemble" command, or you can display memory in instruction format with the examine command "x/i". GDB's "help" command will give you more info on both. http://developer.apple.com/technicalsupport smime.p7s