| 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,
java.lang.String filename,
java.lang.String function,
java.lang.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(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 IPDIVariableDescriptor.
|
IPDIGlobalVariableDescriptor |
IPDIModelFactory.newGlobalVariableDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
java.lang.String name,
java.lang.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,
java.lang.String varId)
Create a global variable
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.