Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi.event | |
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Interface and Description |
---|---|
interface |
ICDIBreakpointMovedEvent
Notifies that a breakpoint has changed location.
|
interface |
ICDIChangedEvent
Notifies that the originator has changed.
|
interface |
ICDICreatedEvent
Notifies that the originator has been created.
|
interface |
ICDIDestroyedEvent
Notifies that the originator has terminated.
|
interface |
ICDIDisconnectedEvent
Notifies that the originator has disconnected.
|
interface |
ICDIExecutableReloadedEvent
Notifies that an executable had been reloaded, perhaps after being rebuilt.
|
interface |
ICDIExitedEvent
Notifies that the program has exited.
|
interface |
ICDIMemoryChangedEvent
Notifies that the originator has changed.
|
interface |
ICDIRestartedEvent
Notifies that the originator has been restarted.
|
interface |
ICDIResumedEvent
Notifies that the originator has been resumed.
|
interface |
ICDISuspendedEvent
Notifies that the originator has been suspended.
|
Modifier and Type | Method and Description |
---|---|
void |
ICDIEventListener.handleDebugEvents(ICDIEvent[] event)
Notifies this listener of the given event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICDITargetConfiguration3.needsRegistersUpdated(ICDIEvent event)
Same idea as needsRegistersUpdated() but for registers.
|
boolean |
ICDITargetConfiguration3.needsVariablesUpdated(ICDIEvent event)
It may be desirable to update all variables when a certain event occurs.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.