Short: CheckStack tool for WarpUP including Source Author: SteffenH@hyperion-software.de Uploader: SteffenH hyperion-software de Type: dev/debug Architecture: ppc-warpup This is a tiny tool useful for debugging (including Source). This is interesting for people developing PPC Software and for Beta testers (to be able to give the Developers very detailed bugreports). If you get a PPC Crash requester due to a bug in your program, you can do: gcc-WarpOS: checkstack
StormC or vbcc-WarpOS or StormC-gcc: checkpo The "Address of the Crash" is the number in the r1 register (listed in the Crash Requester). There are two different tools, as gcc-WarpOS uses internally System V ABI, while the other compilers use PowerOpen. You then get a stacktrace of deep output (each address points to one step in the calling-hierarchy of the crash). If the hierarchy ends (you are at top level) checkstack/checkpo aborts in advance. Then you do: (memowner is not included in this archive, you need it seperately) memowner