Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi | |
org.eclipse.cdt.debug.core.cdi.event | |
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Interface and Description |
---|---|
interface |
ICDIBreakpointHit
Represents an information provided by the session when the program
stopped by a breakpoint.
|
interface |
ICDIEndSteppingRange
Represents an information provided by the session when a step command
is completed.
|
interface |
ICDIErrorInfo
Represents an information provided by the session when the program
exited.
|
interface |
ICDIEventBreakpointHit
Represents an information provided by the session when the program is
stopped by an event breakpoint
|
interface |
ICDIEventManager
Clients interested in the CDI model change notification may
register with this object.
|
interface |
ICDIExitInfo
Represents an information provided by the session when the program
exited.
|
interface |
ICDIFunctionFinished |
interface |
ICDISessionConfiguration
Describes the configuration of debug session.
|
interface |
ICDISharedLibraryEvent
Represents an information provided by the session when the program
stopped by a shared libary event.
|
interface |
ICDISignalExitInfo
Represents information provided by the session when the program exited.
|
interface |
ICDISignalReceived
Represents a signal.
|
interface |
ICDITraceManager
Manages the collection of registered tracepoints and trace snapshoits
in the debug session.
|
interface |
ICDITraceSnapshot
Represents a trace snapshot in the debug session.
|
interface |
ICDIWatchpointScope
Represents an information provided by the session when a watchpoint
is going out of scope.
|
interface |
ICDIWatchpointTrigger
Represents an information provided by the session when a watchpoint
is triggered.
|
Modifier and Type | Method and Description |
---|---|
ICDISessionObject |
ICDIExitedEvent.getReason()
Returns the information provided by the session when program
is exited.
|
ICDISessionObject |
ICDISuspendedEvent.getReason()
Returns the session object that caused the suspension.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICDITarget
Represents a debuggable process.
|
interface |
ICDITarget2 |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.