Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

stacktrace::StackFrame Struct Reference

Stores information about a single stack frame. More...

#include <StackTrace.h>


Detailed Description

Stores information about a single stack frame.

Definition at line 25 of file StackTrace.h.

List of all members.

Public Attributes

void * sp
 stack pointer, points to end of stack frame
machineInstructionra
 return address, points to instruction being executed within current frame
struct StackFramecaller
 points to the caller's stack frame (stack frame of function which called this one), may be NULL or self-referential at end of list

Member Data Documentation

points to the caller's stack frame (stack frame of function which called this one), may be NULL or self-referential at end of list

a self-referential value indicates the frame is not the last on the stack, but is the last recorded.

Definition at line 70 of file StackTrace.h.

return address, points to instruction being executed within current frame

Note that this is the address that is being returned to by the sub-function, not the address that this frame itself is returning to.

Definition at line 59 of file StackTrace.h.

Referenced by stacktrace::displayStackFrame().

stack pointer, points to end of stack frame

Definition at line 40 of file StackTrace.h.


The documentation for this struct was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:26 2016 by Doxygen 1.6.3