The Pedigree Project
0.1
|
#include <StackFrame.h>
Public Member Functions | |
PPC32StackFrame (const ProcessorState &State, uintptr_t basePointer, LargeStaticString mangledSymbol) | |
~PPC32StackFrame () | |
Public Member Functions inherited from StackFrameBase | |
void | prettyPrint (HugeStaticString &buf) |
StackFrameBase (const ProcessorState &State, uintptr_t basePointer, LargeStaticString mangledSymbol) | |
virtual | ~StackFrameBase () |
Static Public Member Functions | |
static void | construct (ProcessorState &state, uintptr_t returnAddress, unsigned int nParams,...) |
Static Public Member Functions inherited from StackFrameBase | |
static void | construct (ProcessorState &state, uintptr_t returnAddress, unsigned int nParams,...) |
Private Member Functions | |
virtual uintptr_t | getParameter (size_t n) |
Additional Inherited Members | |
Protected Attributes inherited from StackFrameBase | |
symbol_t | m_Symbol |
const ProcessorState & | m_State |
uintptr_t | m_BasePointer |
mips32 StackFrame
Definition at line 31 of file ppc32/StackFrame.h.
|
inline |
Creates a stack frame based on the given processor state and also the given symbol name (mangled).
Definition at line 36 of file ppc32/StackFrame.h.
|
inline |
The destructor does nothing
Definition at line 43 of file ppc32/StackFrame.h.
References getParameter().
|
privatevirtual |
Returns the n'th 64-bit parameter in the stack frame.
Implements StackFrameBase.
Definition at line 25 of file ppc32/StackFrame.cc.
References ERROR, Hex, StackFrameBase::m_State, NOTICE, and WARNING.
Referenced by ~PPC32StackFrame().