|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
A stack frame in a suspended thread. A stack frame contains variables representing visible locals and arguments at the current execution location.
| Method Summary | |
|---|---|
ICDIArgument |
createArgument(ICDIArgumentDescriptor varDesc)
Create a variable from the descriptor for evaluation. |
ICDILocalVariable |
createLocalVariable(ICDILocalVariableDescriptor varDesc)
Create a variable from the descriptor for evaluation. |
boolean |
equals(ICDIStackFrame stackframe)
Return true if the frames are the same. |
ICDIArgumentDescriptor[] |
getArgumentDescriptors()
Returns the arguments in this stack frame. |
int |
getLevel()
Returns the level of the stack frame, 1 based. |
ICDILocalVariableDescriptor[] |
getLocalVariableDescriptors()
Returns the visible variables in this stack frame. |
ICDILocator |
getLocator()
Returns the location of the instruction pointer in this stack frame. |
ICDIThread |
getThread()
Returns the thread this stackframe is contained in. |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStepReturn |
|---|
stepReturn, stepReturn |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
|---|
getTarget |
| Method Detail |
public ICDILocator getLocator()
public ICDILocalVariableDescriptor[] getLocalVariableDescriptors()
throws CDIException
CDIException - if this method fails. Reasons include:
public ICDIArgument createArgument(ICDIArgumentDescriptor varDesc)
throws CDIException
varDesc - ICDThreadStorageDesc
CDIException
public ICDILocalVariable createLocalVariable(ICDILocalVariableDescriptor varDesc)
throws CDIException
varDesc - ICDThreadStorageDesc
CDIException
public ICDIArgumentDescriptor[] getArgumentDescriptors()
throws CDIException
CDIException - if this method fails. Reasons include:public ICDIThread getThread()
public int getLevel()
public boolean equals(ICDIStackFrame stackframe)
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||