|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICDIStackFrame | |
---|---|
org.eclipse.cdt.debug.core.cdi.model |
Uses of ICDIStackFrame in org.eclipse.cdt.debug.core.cdi.model |
---|
Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIStackFrame | |
---|---|
ICDIStackFrame |
ICDILocalVariableDescriptor.getStackFrame()
Return the stackframe. |
ICDIStackFrame[] |
ICDIThread.getStackFrames()
Returns the stack frames contained in this thread. |
ICDIStackFrame[] |
ICDIThread.getStackFrames(int fromIndex,
int len)
Returns the stack frames contained in this thread between the specified fromIndex, inclusive, and toIndex, exclusive. |
Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIStackFrame | |
---|---|
boolean |
ICDIStackFrame.equals(ICDIStackFrame stackframe)
Return true if the frames are the same. |
String |
ICDITarget.evaluateExpressionToString(ICDIStackFrame context,
String expressionText)
Evaluates the expression specified by the given string. |
ICDIValue |
ICDIRegister.getValue(ICDIStackFrame context)
Returns the value of this variable. |
ICDIValue |
ICDIExpression.getValue(ICDIStackFrame context)
Returns the value of this expression. |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |