| 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 |
|---|---|
java.lang.String |
IPDISourceManager.getDetailTypeName(IPDITarget target,
java.lang.String typename)
Get detail type name
|
java.lang.String |
IPDISourceManager.getTypeName(IPDITarget target,
java.lang.String variable)
Get type name for variable
|
| Modifier and Type | Method and Description |
|---|---|
IPDITarget |
IPDIStackFrame.getTarget()
Returns the target this stackframe is contained in.
|
IPDITarget |
IPDIThread.getTarget()
Returns pdi target in this thread
|
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.