|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICDIStackFrame
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 |
|---|
ICDILocator getLocator()
ICDILocalVariableDescriptor[] getLocalVariableDescriptors()
throws CDIException
CDIException - if this method fails. Reasons include:
ICDIArgument createArgument(ICDIArgumentDescriptor varDesc)
throws CDIException
varDesc - ICDThreadStorageDesc
CDIException
ICDILocalVariable createLocalVariable(ICDILocalVariableDescriptor varDesc)
throws CDIException
varDesc - ICDThreadStorageDesc
CDIException
ICDIArgumentDescriptor[] getArgumentDescriptors()
throws CDIException
CDIException - if this method fails. Reasons include:ICDIThread getThread()
int getLevel()
boolean equals(ICDIStackFrame stackframe)
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||