Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Interface and Description |
---|---|
interface |
ICDIGlobalVariable
ICDIGlobalVariable
|
Modifier and Type | Method and Description |
---|---|
ICDIGlobalVariableDescriptor |
ICDITarget.getGlobalVariableDescriptors(java.lang.String filename,
java.lang.String function,
java.lang.String name)
A static/global variable in a particular function or file,
filename or/and function is the context for the static ICDIVariableDescriptor.
|
ICDIGlobalVariableDescriptor[] |
ICDITarget2.getGlobalVariables()
Returns a list of global variables for the targeted process
|
Modifier and Type | Method and Description |
---|---|
ICDIGlobalVariable |
ICDITarget.createGlobalVariable(ICDIGlobalVariableDescriptor varDesc)
Create a variable from the descriptor for evaluation.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.