|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPSession | |
|---|---|
| org.eclipse.ptp.debug.core | |
| org.eclipse.ptp.debug.core.model | |
| org.eclipse.ptp.debug.ui | |
| Uses of IPSession in org.eclipse.ptp.debug.core |
|---|
| Methods in org.eclipse.ptp.debug.core that return IPSession | |
|---|---|
IPSession |
PDebugModel.createDebugSession(IPDebugger debugger,
IPLaunch launch,
org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
Helper method to create a new debug session. |
IPSession |
PDebugModel.getSession(String jobId)
Get the session associated with a job |
| Methods in org.eclipse.ptp.debug.core with parameters of type IPSession | |
|---|---|
void |
PDebugModel.addTasks(IPSession session,
String setId,
TaskSet tasks)
Add new tasks to a task set |
void |
PDebugModel.createSet(IPSession session,
String setId,
TaskSet tasks)
Create a new set containing the given tasks. |
void |
PDebugModel.deleteSet(IPSession session,
String setId)
Remove a set from the session. |
TaskSet |
PDebugModel.getTasks(IPSession session,
String setId)
Find the tasks associated with a set in a debug sesison. |
void |
PDebugModel.removeTasks(IPSession session,
String setId,
TaskSet tasks)
Remove tasks from the set of tasks defined by setId. |
| Uses of IPSession in org.eclipse.ptp.debug.core.model |
|---|
| Methods in org.eclipse.ptp.debug.core.model that return IPSession | |
|---|---|
IPSession |
IPDebugElement.getSession()
|
| Uses of IPSession in org.eclipse.ptp.debug.ui |
|---|
| Methods in org.eclipse.ptp.debug.ui that return IPSession | |
|---|---|
IPSession |
UIDebugManager.getCurrentSession()
|
IPSession |
UIDebugManager.getDebugSession(String jobId)
Get debug session |
| Methods in org.eclipse.ptp.debug.ui with parameters of type IPSession | |
|---|---|
TaskSet |
UIDebugManager.getTasks(IPSession session,
String set_id)
Get tasks from given set |
void |
UIDebugManager.registerTasks(IPSession session,
TaskSet tasks)
|
void |
UIDebugManager.unregisterTasks(IPSession session,
TaskSet tasks)
|
|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||