Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDIGlobalVariableDescriptor |
IPDIVariableManager.getGlobalVariableDescriptor(TaskSet tasks,
String filename,
String function,
String name)
Get global variable descriptor
|
Modifier and Type | Method and Description |
---|---|
IPDIGlobalVariable |
IPDIVariableManager.createGlobalVariable(IPDIGlobalVariableDescriptor varDesc)
Create a global variable
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPDIGlobalVariable
Represents global variable
|
Modifier and Type | Method and Description |
---|---|
IPDIGlobalVariableDescriptor |
IPDITarget.getGlobalVariableDescriptors(String filename,
String function,
String name)
A static/global variable in a particular function or file,
filename or/and function is the context for the static IPDIVariableDescriptor.
|
IPDIGlobalVariableDescriptor |
IPDIModelFactory.newGlobalVariableDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create a global variable descriptor
|
Modifier and Type | Method and Description |
---|---|
IPDIGlobalVariable |
IPDITarget.createGlobalVariable(IPDIGlobalVariableDescriptor varDesc)
Create a variable from the descriptor for evaluation.
|
IPDIGlobalVariable |
IPDIModelFactory.newGlobalVariable(IPDISession session,
IPDIGlobalVariableDescriptor varDesc,
String varId)
Create a global variable
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.