Eclipse CDT
Pre-release 3.0

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

All Known Subinterfaces:
ICDIBreakpointHit, ICDIEndSteppingRange, ICDIErrorInfo, ICDIEventManager, ICDIExitInfo, ICDIFunctionFinished, ICDISessionConfiguration, ICDISharedLibraryEvent, ICDISignalExitInfo, ICDISignalReceived, ICDITarget, ICDITraceManager, ICDITraceSnapshot, ICDIWatchpointScope, ICDIWatchpointTrigger

public interface ICDISessionObject

Represents an object associated with a debug session.

Since:
Jul 9, 2002

Method Summary
 ICDISession getSession()
          Returns the debug session this object is associated with.
 

Method Detail

getSession

ICDISession getSession()
Returns the debug session this object is associated with.

Returns:
the debug session this object is associated with

Eclipse CDT
Pre-release 3.0

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