Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi | |
org.eclipse.cdt.debug.core.cdi.model | |
org.eclipse.cdt.debug.core.cdi.model.type |
Modifier and Type | Method and Description |
---|---|
ICDIValue |
ICDIFunctionFinished.getReturnValue()
The return value of the function.
|
Modifier and Type | Method and Description |
---|---|
ICDIValue |
ICDIVariable.getValue()
Returns the value of this variable.
|
ICDIValue |
ICDIExpression.getValue(ICDIStackFrame context)
Returns the value of this expression.
|
ICDIValue |
ICDIRegister.getValue(ICDIStackFrame context)
Returns the value of this variable.
|
Modifier and Type | Method and Description |
---|---|
void |
ICDIVariable.setValue(ICDIValue value)
Sets the value of this variable to the given value.
|
void |
ICDIRegister.setValue(ICDIValue value)
Sets the value of this variable to the given value.
|
void |
ICDIExecuteStepReturn.stepReturn(ICDIValue value)
Cancel execution of the frame and return with value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICDIAggregateValue
Represents the type of a variable.
|
interface |
ICDIArrayValue
Represents a value of a array type.
|
interface |
ICDIBigIntegerValue
Represents the value of a variable.
|
interface |
ICDIBoolValue |
interface |
ICDICharValue
Represents the value of a variable.
|
interface |
ICDIDerivedValue
Represents the type of a variable.
|
interface |
ICDIDoubleValue
Represents the value of a variable.
|
interface |
ICDIEnumValue |
interface |
ICDIFloatingPointValue
Represents the value of a variable.
|
interface |
ICDIFloatValue
Represents the value of a variable.
|
interface |
ICDIFunctionValue
Represents the type of a variable.
|
interface |
ICDIIntegralValue
Represents the value of a variable.
|
interface |
ICDIIntValue
Represents the value of a variable.
|
interface |
ICDILongLongValue
Represents the value of a variable.
|
interface |
ICDILongValue
Represents the value of a variable.
|
interface |
ICDIPointerValue
Represents the type of a variable.
|
interface |
ICDIReferenceValue |
interface |
ICDIShortValue
Represents the value of a variable.
|
interface |
ICDIStructValue
Represents the type of a variable.
|
interface |
ICDIWCharValue |
Modifier and Type | Method and Description |
---|---|
ICDIValue |
ICDIReferenceValue.referenceValue()
Return the reference value.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.