Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDIVariableDescriptor |
IPDIVariableManager.getVariableDescriptorAsArray(IPDIVariableDescriptor varDesc,
int start,
int length)
Get variable descriptor as array
|
IPDIVariableDescriptor |
IPDIVariableManager.getVariableDescriptorAsType(IPDIVariableDescriptor varDesc,
String type)
Get variable descriptor as type
|
Modifier and Type | Method and Description |
---|---|
IPDIVariable |
IPDIVariableManager.createVariable(IPDIVariableDescriptor varDesc)
Create variable
|
IPDIVariableDescriptor |
IPDIVariableManager.getVariableDescriptorAsArray(IPDIVariableDescriptor varDesc,
int start,
int length)
Get variable descriptor as array
|
IPDIVariableDescriptor |
IPDIVariableManager.getVariableDescriptorAsType(IPDIVariableDescriptor varDesc,
String type)
Get variable descriptor as type
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPDIArgument
Represents an argument in the stack frame
|
interface |
IPDIArgumentDescriptor
Represents argument descriptor
|
interface |
IPDIGlobalVariable
Represents global variable
|
interface |
IPDIGlobalVariableDescriptor
Represents global variable descriptor
|
interface |
IPDILocalVariable
Represents local variable
|
interface |
IPDILocalVariableDescriptor
Represents local variable descriptor
|
interface |
IPDIRegister
A register is special kind of variable that is contained in a register group.
|
interface |
IPDIRegisterDescriptor
Represents a break condition
|
interface |
IPDIThreadStorage
Represents thread Storage
|
interface |
IPDIThreadStorageDescriptor
Represents thread storage descriptor
|
interface |
IPDIVariable
Represents a data structure in the program.
|
Modifier and Type | Method and Description |
---|---|
IPDIVariableDescriptor |
IPDIVariableDescriptor.getVariableDescriptorAsArray(int start,
int length)
Consider the variable object as an Array of type and rang [start, start + length - 1]
|
IPDIVariableDescriptor |
IPDIVariableDescriptor.getVariableDescriptorAsType(String type)
Consider the variable object as a type
|
IPDIVariableDescriptor |
IPDIModelFactory.newRegisterDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create a register descriptor
|
IPDIVariableDescriptor |
IPDIModelFactory.newThreadStorageDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create a thread storage descriptor
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPDIVariableDescriptor.equalDescriptors(IPDIVariableDescriptor variable)
Determines whether both descriptors are the same
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.