Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.event | |
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDIVariable |
IPDIVariableInfo.getVariable()
Returns variable
|
Modifier and Type | Method and Description |
---|---|
IPDIVariableInfo |
IPDIEventFactory.newVariableInfo(IPDISession session,
TaskSet tasks,
String name,
IPDIVariable var)
Create variable info
|
Modifier and Type | Method and Description |
---|---|
IPDIVariable |
IPDIRegisterManager.createShadowRegister(IPDIRegister register,
IPDIStackFrame frame,
String regName)
Create shadow register
|
IPDIVariable |
IPDIExpressionManager.createVariable(IPDIStackFrame frame,
String expr)
Create a variable
|
IPDIVariable |
IPDIVariableManager.createVariable(IPDIVariableDescriptor varDesc)
Create variable
|
IPDIVariable |
IPDIVariableManager.getVariableByName(TaskSet tasks,
String varname)
Get variable by name
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIExpressionManager.deleteVariable(IPDIVariable variable)
Delete a variable
|
void |
IPDIVariableManager.destroyVariable(IPDIVariable variable)
Destroy variable
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPDIArgument
Represents an argument in the stack frame
|
interface |
IPDIGlobalVariable
Represents global variable
|
interface |
IPDILocalVariable
Represents local variable
|
interface |
IPDIRegister
A register is special kind of variable that is contained in a register group.
|
interface |
IPDIThreadStorage
Represents thread Storage
|
Modifier and Type | Method and Description |
---|---|
IPDIVariable |
IPDIVariable.getChild(String varid)
gGet child
|
IPDIVariable[] |
IPDIVariable.getChildren()
Returns an array of IPDIVariables of the children of current variable or empty array if nothing
|
IPDIVariable[] |
IPDIVariable.getChildren(int findex,
int psize)
Returns an array of IPDIVariables of the children of current variable by given a range or empty array if nothing
|
IPDIVariable |
IPDITargetExpression.getVariable(IPDIStackFrame context)
Returns the variable of this expression
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPDIVariable.equals(IPDIVariable variable)
Determines whether both variables are the same
|
boolean |
IPDIRegister.equals(IPDIVariable variable)
Determines whether both variables are the same
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.