site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Jan 20, 2006, at 12:50 PM, Eric Albert wrote: -- Pinski _______________________________________________ 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... Mac OS X doesn't support DWARF yet and the compiler doesn't omit frame pointers (though you can write asm functions which omit them), so for now regular backtracing code will work fine in nearly all cases. Unfortunately, MoreBacktrace should handle all cases, not nearly all, so it'll take a little bit longer before it's ready. Actually the compiler does emit enough dwarf2 to do this as you only need the information from -fasynchronous-unwind-tables which is the same information that is used for undwinding from exceptions. This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Pinski