site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OW2ky6WkNR6r36pjRCFczKDX0VQxjL5wZXVysaCc0ITbiussXQy+xmos+Tihu2hBb/9RcVecprkXIgV3PGqeu+0abni91NzzXBwQdU+PduinEkL2pvEnbWnVrOy1DsFR7xSnHcROfnr+m8UlC/ofE4NoDI0JgOFBS0f9LWYprYw= ; I've been studying the marvelous backtrace code in "MoreIsBetter" from the inestimable Quinn with the intention of dumping all the running pthread stacks in a darwin executable. Has anyone come across a version of MoreBacktrace.[ch] that supports 64-bit PPC, or more interestingly 32/64bit Intel processors? thanks, Brendan An aside: [One of the trickier pieces of the puzzle is finding the stack frame while processing a signal (action). There are heuristically derived constants indicating how far back from the _sigtramp routine's frame to jump -- constants that change according to which release of darwin you're running. Linux avoids the whole problem by (somehow) not munging up the stack when processing a signal.] _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brendan Creane