|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICDIEvent | |
---|---|
org.eclipse.cdt.debug.core.cdi.event | |
org.eclipse.cdt.debug.core.cdi.model |
Uses of ICDIEvent in org.eclipse.cdt.debug.core.cdi.event |
---|
Subinterfaces of ICDIEvent in org.eclipse.cdt.debug.core.cdi.event | |
---|---|
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. |
Methods in org.eclipse.cdt.debug.core.cdi.event with parameters of type ICDIEvent | |
---|---|
void |
ICDIEventListener.handleDebugEvents(ICDIEvent[] event)
Notifies this listener of the given event. |
Uses of ICDIEvent in org.eclipse.cdt.debug.core.cdi.model |
---|
Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIEvent | |
---|---|
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. |
|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |