Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDISignal

Packages that use ICDISignal
org.eclipse.cdt.debug.core.cdi   
org.eclipse.cdt.debug.core.cdi.model   
 

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

Methods in org.eclipse.cdt.debug.core.cdi that return ICDISignal
 ICDISignal ICDISignalReceived.getSignal()
          Method getSignal.
 

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

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDISignal
 ICDISignal[] ICDISignalManagement.getSignals()
          Returns the array of signals defined for this target.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDISignal
 void ICDIExecuteResume.resume(ICDISignal signal)
          Resume execution where the program stopped but immediately give the signal.
 void ICDITarget.signal(ICDISignal signal)
          Deprecated.  
 void ICDIThread.signal(ICDISignal signal)
          Deprecated.  
 


Eclipse CDT
7.0

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