Package org.eclipse.m2m.atl.debug.core
Class AtlRunTarget
java.lang.Object
org.eclipse.m2m.atl.debug.core.AtlRunTarget
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable,org.eclipse.debug.core.IBreakpointListener,org.eclipse.debug.core.model.IDebugElement,org.eclipse.debug.core.model.IDebugTarget,org.eclipse.debug.core.model.IDisconnect,org.eclipse.debug.core.model.IMemoryBlockRetrieval,org.eclipse.debug.core.model.ISuspendResume,org.eclipse.debug.core.model.ITerminate
The ATL run target.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbreakpointAdded(org.eclipse.debug.core.model.IBreakpoint breakpoint) voidbreakpointChanged(org.eclipse.debug.core.model.IBreakpoint breakpoint, org.eclipse.core.resources.IMarkerDelta delta) voidbreakpointRemoved(org.eclipse.debug.core.model.IBreakpoint breakpoint, org.eclipse.core.resources.IMarkerDelta delta) booleanbooleanbooleanbooleanvoid<T> TgetAdapter(Class<T> adapter) org.eclipse.debug.core.model.IDebugTargetorg.eclipse.debug.core.ILaunchorg.eclipse.debug.core.model.IMemoryBlockgetMemoryBlock(long startAddress, long length) getName()org.eclipse.debug.core.model.IProcessorg.eclipse.debug.core.model.IThread[]booleanbooleanbooleanbooleanvoidresume()booleansupportsBreakpoint(org.eclipse.debug.core.model.IBreakpoint breakpoint) booleanvoidsuspend()void
-
Constructor Details
-
AtlRunTarget
public AtlRunTarget(org.eclipse.debug.core.ILaunch launch) Constructor.- Parameters:
launch- the configuration
-
-
Method Details
-
getProcess
public org.eclipse.debug.core.model.IProcess getProcess()- Specified by:
getProcessin interfaceorg.eclipse.debug.core.model.IDebugTarget- See Also:
-
getThreads
public org.eclipse.debug.core.model.IThread[] getThreads() throws org.eclipse.debug.core.DebugException- Specified by:
getThreadsin interfaceorg.eclipse.debug.core.model.IDebugTarget- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
hasThreads
public boolean hasThreads() throws org.eclipse.debug.core.DebugException- Specified by:
hasThreadsin interfaceorg.eclipse.debug.core.model.IDebugTarget- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
getName
- Specified by:
getNamein interfaceorg.eclipse.debug.core.model.IDebugTarget- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
supportsBreakpoint
public boolean supportsBreakpoint(org.eclipse.debug.core.model.IBreakpoint breakpoint) - Specified by:
supportsBreakpointin interfaceorg.eclipse.debug.core.model.IDebugTarget- See Also:
-
getModelIdentifier
- Specified by:
getModelIdentifierin interfaceorg.eclipse.debug.core.model.IDebugElement- See Also:
-
getDebugTarget
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()- Specified by:
getDebugTargetin interfaceorg.eclipse.debug.core.model.IDebugElement- See Also:
-
getLaunch
public org.eclipse.debug.core.ILaunch getLaunch()- Specified by:
getLaunchin interfaceorg.eclipse.debug.core.model.IDebugElement- See Also:
-
canTerminate
public boolean canTerminate()- Specified by:
canTerminatein interfaceorg.eclipse.debug.core.model.ITerminate- See Also:
-
isTerminated
public boolean isTerminated()- Specified by:
isTerminatedin interfaceorg.eclipse.debug.core.model.ITerminate- See Also:
-
terminate
public void terminate() throws org.eclipse.debug.core.DebugException- Specified by:
terminatein interfaceorg.eclipse.debug.core.model.ITerminate- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
canResume
public boolean canResume()- Specified by:
canResumein interfaceorg.eclipse.debug.core.model.ISuspendResume- See Also:
-
canSuspend
public boolean canSuspend()- Specified by:
canSuspendin interfaceorg.eclipse.debug.core.model.ISuspendResume- See Also:
-
isSuspended
public boolean isSuspended()- Specified by:
isSuspendedin interfaceorg.eclipse.debug.core.model.ISuspendResume- See Also:
-
resume
public void resume() throws org.eclipse.debug.core.DebugException- Specified by:
resumein interfaceorg.eclipse.debug.core.model.ISuspendResume- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
suspend
public void suspend() throws org.eclipse.debug.core.DebugException- Specified by:
suspendin interfaceorg.eclipse.debug.core.model.ISuspendResume- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
breakpointAdded
public void breakpointAdded(org.eclipse.debug.core.model.IBreakpoint breakpoint) - Specified by:
breakpointAddedin interfaceorg.eclipse.debug.core.IBreakpointListener- See Also:
-
breakpointRemoved
public void breakpointRemoved(org.eclipse.debug.core.model.IBreakpoint breakpoint, org.eclipse.core.resources.IMarkerDelta delta) - Specified by:
breakpointRemovedin interfaceorg.eclipse.debug.core.IBreakpointListener- See Also:
-
breakpointChanged
public void breakpointChanged(org.eclipse.debug.core.model.IBreakpoint breakpoint, org.eclipse.core.resources.IMarkerDelta delta) - Specified by:
breakpointChangedin interfaceorg.eclipse.debug.core.IBreakpointListener- See Also:
-
canDisconnect
public boolean canDisconnect()- Specified by:
canDisconnectin interfaceorg.eclipse.debug.core.model.IDisconnect- See Also:
-
disconnect
public void disconnect() throws org.eclipse.debug.core.DebugException- Specified by:
disconnectin interfaceorg.eclipse.debug.core.model.IDisconnect- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
isDisconnected
public boolean isDisconnected()- Specified by:
isDisconnectedin interfaceorg.eclipse.debug.core.model.IDisconnect- See Also:
-
supportsStorageRetrieval
public boolean supportsStorageRetrieval()- Specified by:
supportsStorageRetrievalin interfaceorg.eclipse.debug.core.model.IMemoryBlockRetrieval- See Also:
-
getMemoryBlock
public org.eclipse.debug.core.model.IMemoryBlock getMemoryBlock(long startAddress, long length) throws org.eclipse.debug.core.DebugException - Specified by:
getMemoryBlockin interfaceorg.eclipse.debug.core.model.IMemoryBlockRetrieval- Throws:
org.eclipse.debug.core.DebugException- See Also:
-
getAdapter
- Specified by:
getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable- See Also:
-