Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDIArgumentDescriptor[] |
IPDIVariableManager.getArgumentDescriptors(IPDIStackFrame frame)
Get argument descriptors
|
Modifier and Type | Method and Description |
---|---|
IPDIArgument |
IPDIVariableManager.createArgument(IPDIArgumentDescriptor argDesc)
Create an argument
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPDIArgument
Represents an argument in the stack frame
|
Modifier and Type | Method and Description |
---|---|
IPDIArgumentDescriptor[] |
IPDIStackFrame.getArgumentDescriptors()
Returns the arguments in this stack frame.
|
IPDIArgumentDescriptor |
IPDIModelFactory.newArgumentDescriptor(IPDISession session,
TaskSet tasks,
IPDIThread thread,
IPDIStackFrame frame,
String name,
String fullName,
int pos,
int depth)
Create an argument descriptor
|
Modifier and Type | Method and Description |
---|---|
IPDIArgument |
IPDIStackFrame.createArgument(IPDIArgumentDescriptor varDesc)
Create a variable from the descriptor for evaluation.
|
IPDIArgument |
IPDIModelFactory.newArgument(IPDISession session,
IPDIArgumentDescriptor argDesc,
String varId)
Create an argument
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.