Code to walk a process stack?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com MoreIsBetter has some pretty basic code for Mach-O stacktraces: <http://developer.apple.com/samplecode/MoreIsBetter/MoreIsBetter.html> I'm not sure if it also works with plain Darwin calls. HTH, Tom_E _______________________________________________ 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'd like the ability to dynamically know how a certain function was called within a program. That is, I'd >like to be able to walk the stack and see a trace of all the calls. There were some code snippets for >doing this under the old MacOS, but I haven't been able to root one out myself. Can anyone suggest a >place to look? This email sent to site_archiver@lists.apple.com
participants (1)
-
Thomas Engelmeier