|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIVariableManager
Represent expression manager to manage processes
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.manager.IPDIManager |
|---|
isAutoUpdate, setAutoUpdate, shutdown, update |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
IPDIArgument createArgument(IPDIArgumentDescriptor argDesc)
throws PDIException
argDesc -
PDIException
IPDIGlobalVariable createGlobalVariable(IPDIGlobalVariableDescriptor varDesc)
throws PDIException
varDesc -
PDIException
IPDILocalVariable createLocalVariable(IPDILocalVariableDescriptor varDesc)
throws PDIException
varDesc -
PDIException
IPDIArgumentDescriptor[] getArgumentDescriptors(IPDIStackFrame frame)
throws PDIException
frame -
PDIException
IPDILocalVariableDescriptor[] getLocalVariableDescriptors(IPDIStackFrame frame)
throws PDIException
frame -
PDIException
IPDIVariable getVariableByName(TaskSet tasks,
java.lang.String varname)
IPDIGlobalVariableDescriptor getGlobalVariableDescriptor(TaskSet tasks,
java.lang.String filename,
java.lang.String function,
java.lang.String name)
throws PDIException
PDIException
IPDIThreadStorage createThreadStorage(IPDIThreadStorageDescriptor desc)
throws PDIException
desc -
PDIException
IPDIThreadStorageDescriptor[] getThreadStorageDescriptors(IPDIThread thread)
throws PDIException
thread -
PDIException
void destroyVariable(IPDIVariable variable)
throws PDIException
variable -
PDIException
IPDIVariable createVariable(IPDIVariableDescriptor varDesc)
throws PDIException
varDesc -
PDIException
IPDIVariableDescriptor getVariableDescriptorAsArray(IPDIVariableDescriptor varDesc,
int start,
int length)
throws PDIException
varDesc - start - length -
PDIException
IPDIVariableDescriptor getVariableDescriptorAsType(IPDIVariableDescriptor varDesc,
java.lang.String type)
throws PDIException
varDesc - type -
PDIException
void update(TaskSet qTasks,
java.lang.String[] vars)
throws PDIException
qTasks - vars -
PDIException
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||