The Pedigree Project  0.1
Public Member Functions | Private Member Functions | List of all members
ARM926EStackFrame Class Reference

#include <StackFrame.h>

+ Inheritance diagram for ARM926EStackFrame:
+ Collaboration diagram for ARM926EStackFrame:

Public Member Functions

 ARM926EStackFrame (const ProcessorState &State, uintptr_t basePointer, LargeStaticString mangledSymbol)
 
 ~ARM926EStackFrame ()
 
- Public Member Functions inherited from StackFrameBase
void prettyPrint (HugeStaticString &buf)
 
 StackFrameBase (const ProcessorState &State, uintptr_t basePointer, LargeStaticString mangledSymbol)
 
virtual ~StackFrameBase ()
 

Private Member Functions

virtual uintptr_t getParameter (size_t n)
 

Additional Inherited Members

- Static Public Member Functions inherited from StackFrameBase
static void construct (ProcessorState &state, uintptr_t returnAddress, unsigned int nParams,...)
 
- Protected Attributes inherited from StackFrameBase
symbol_t m_Symbol
 
const ProcessorState & m_State
 
uintptr_t m_BasePointer
 

Detailed Description

mips32 StackFrame

Definition at line 31 of file arm_926e/StackFrame.h.

Constructor & Destructor Documentation

ARM926EStackFrame::ARM926EStackFrame ( const ProcessorState &  State,
uintptr_t  basePointer,
LargeStaticString  mangledSymbol 
)
inline

Creates a stack frame based on the given processor state and also the given symbol name (mangled).

Definition at line 36 of file arm_926e/StackFrame.h.

ARM926EStackFrame::~ARM926EStackFrame ( )
inline

The destructor does nothing

Definition at line 43 of file arm_926e/StackFrame.h.

References getParameter().

Member Function Documentation

uintptr_t ARM926EStackFrame::getParameter ( size_t  n)
privatevirtual

Returns the n'th 64-bit parameter in the stack frame.

Implements StackFrameBase.

Definition at line 24 of file arm_926e/StackFrame.cc.

Referenced by ~ARM926EStackFrame().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following files: