#include <stack_walker.h>
At any moment of time stack iterator may point to a particular stack frame or be past the end of iteration.
Public Attributes | |
Execution_Engine_Handle | ee |
Handle of owner of current stack frame. | |
int | depth |
Depth of inlined method. | |
void * | info |
Execution engine-specific field. | |
Execution_Context | context |
Execution context (register values). |
Handle of owner of current stack frame.
Depth of inlined method.
void* StackIterator.info |
Execution engine-specific field.
May be used to store NativeFrame* or ebp value.
Execution context (register values).
Fully or partly filled machine-dependent structure
Genereated on Tue Mar 11 19:26:03 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.