org.eclipse.ptp.debug.core.event
Class PDebugInfo
java.lang.Object
org.eclipse.ptp.debug.core.event.PDebugInfo
- All Implemented Interfaces:
- IPDebugInfo
- Direct Known Subclasses:
- PDebugBreakpointInfo, PDebugErrorInfo, PDebugExitInfo, PDebugRegisterInfo, PDebugSuspendInfo
public class PDebugInfo
- extends java.lang.Object
- implements IPDebugInfo
- Since:
- 5.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDebugInfo
public PDebugInfo(IPDebugInfo info)
PDebugInfo
public PDebugInfo(IPLaunch launch,
TaskSet allTasks,
TaskSet allRegTasks,
TaskSet allUnregTasks)
- Since:
- 5.0
getAllTasks
public TaskSet getAllTasks()
- Specified by:
getAllTasks in interface IPDebugInfo
- Since:
- 4.0
getAllRegisteredTasks
public TaskSet getAllRegisteredTasks()
- Specified by:
getAllRegisteredTasks in interface IPDebugInfo
- Since:
- 4.0
getAllUnregisteredTasks
public TaskSet getAllUnregisteredTasks()
- Specified by:
getAllUnregisteredTasks in interface IPDebugInfo
- Since:
- 4.0
getLaunch
public IPLaunch getLaunch()
- Specified by:
getLaunch in interface IPDebugInfo
- Since:
- 5.0
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.