Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Method and Description |
---|---|
ICDIStackFrame |
ICDILocalVariableDescriptor.getStackFrame()
Return the stackframe.
|
ICDIStackFrame[] |
ICDIThread.getStackFrames()
Returns the stack frames contained in this thread.
|
ICDIStackFrame[] |
ICDIThread.getStackFrames(int lowFrame,
int highFrame)
Returns the stack frames contained in this thread whose levels
are between the two arguments(inclusive).
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICDIStackFrame.equals(ICDIStackFrame stackframe)
Return true if the frames are the same.
|
java.lang.String |
ICDITarget.evaluateExpressionToString(ICDIStackFrame context,
java.lang.String expressionText)
Evaluates the expression specified by the given string.
|
ICDIValue |
ICDIExpression.getValue(ICDIStackFrame context)
Returns the value of this expression.
|
ICDIValue |
ICDIRegister.getValue(ICDIStackFrame context)
Returns the value of this variable.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.