Package | Description |
---|---|
org.eclipse.ptp.debug.core.model | |
org.eclipse.ptp.debug.core.pdi | |
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
IPDITarget |
IPDebugTarget.getPDITarget()
Get the PDI debug target
|
Modifier and Type | Method and Description |
---|---|
IPDITarget |
IPDISession.findTarget(TaskSet task)
Returns debug target on given task id or null if target is not registered
|
Modifier and Type | Method and Description |
---|---|
IPDITarget |
IPDITargetManager.addTarget(TaskSet qTasks)
Adds task to be a target
|
IPDITarget |
IPDITargetManager.getTarget(TaskSet qTasks)
Returns target of specify tasks
|
IPDITarget[] |
IPDITargetManager.getTargets()
Returns all targets
|
Modifier and Type | Method and Description |
---|---|
String |
IPDISourceManager.getDetailTypeName(IPDITarget target,
String typename)
Get detail type name
|
String |
IPDISourceManager.getTypeName(IPDITarget target,
String variable)
Get type name for variable
|
Modifier and Type | Method and Description |
---|---|
IPDITarget |
IPDIThread.getTarget()
Returns pdi target in this thread
|
IPDITarget |
IPDIStackFrame.getTarget()
Returns the target this stackframe is contained in.
|
IPDITarget |
IPDIModelFactory.newTarget(IPDISession session,
TaskSet tasks)
Create a target
|
Modifier and Type | Method and Description |
---|---|
IPDIThread |
IPDIModelFactory.newThread(IPDISession session,
IPDITarget target,
int parseInt)
Create a thread
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.