Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.ICDISessionObject

Packages that use ICDISessionObject
org.eclipse.cdt.debug.core.cdi   
org.eclipse.cdt.debug.core.cdi.event   
org.eclipse.cdt.debug.core.cdi.model   
 

Uses of ICDISessionObject in org.eclipse.cdt.debug.core.cdi
 

Subinterfaces of ICDISessionObject in org.eclipse.cdt.debug.core.cdi
 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.
 

Uses of ICDISessionObject in org.eclipse.cdt.debug.core.cdi.event
 

Methods in org.eclipse.cdt.debug.core.cdi.event that return ICDISessionObject
 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.
 

Uses of ICDISessionObject in org.eclipse.cdt.debug.core.cdi.model
 

Subinterfaces of ICDISessionObject in org.eclipse.cdt.debug.core.cdi.model
 interface ICDITarget
          Represents a debuggable process.
 interface ICDITarget2
           
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.