site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Dec 21, 2004, at 7:51 AM, lupus@ximian.com wrote: -Eric _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I used the disas command in gdb, which apparently uses another codepath to resolve symbols and their location. Using x/i works for me, too, so mistery solved (though you may want to check with the gdb people if that is the intended behaviour of disas). I think 'disassemble' looks in the binary on disk, but x /i prints what's in memory. Then again, I might be wrong about that. :) This email sent to site_archiver@lists.apple.com