Eclipse CDT
7.0

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

All Superinterfaces:
ICDISessionObject

public interface ICDISignalExitInfo
extends ICDISessionObject

Represents information provided by the session when the program exited.


Method Summary
 java.lang.String getDescription()
          Method getDescription.
 java.lang.String getName()
          Method getName.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getName

java.lang.String getName()
Method getName.

Returns:
String

getDescription

java.lang.String getDescription()
Method getDescription.

Returns:
String

Eclipse CDT
7.0

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