PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDISignal

Packages that use IPDISignal
org.eclipse.ptp.debug.core   
org.eclipse.ptp.debug.core.pdi   
org.eclipse.ptp.debug.core.pdi.event   
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDISignal in org.eclipse.ptp.debug.core
 

Methods in org.eclipse.ptp.debug.core with parameters of type IPDISignal
 void IPSignalManager.signalChanged(TaskSet qTasks, IPDISignal pdiSignal)
          Notify tasks that a signal handler has changed
 

Uses of IPDISignal in org.eclipse.ptp.debug.core.pdi
 

Methods in org.eclipse.ptp.debug.core.pdi with parameters of type IPDISignal
 void IPDIExecuteManagement.resume(TaskSet tasks, IPDISignal signal)
          Resume execution where the program stopped but immediately give the signal.
 

Uses of IPDISignal in org.eclipse.ptp.debug.core.pdi.event
 

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDISignal
 IPDISignal IPDISignalInfo.getSignal()
          Returns signal
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDISignal
 IPDISignalInfo IPDIEventFactory.newSignalInfo(IPDISession session, TaskSet tasks, java.lang.String name, java.lang.String desc, IPDISignal signal, IPDILocator locator)
          Create signal info
 

Uses of IPDISignal in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDISignal
 IPDISignal[] IPDISignalManager.getSignals(TaskSet tasks)
          Returns the array of signals defined for this target.
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDISignal
 void IPDISignalManager.handle(IPDISignal sig, boolean isIgnore, boolean isStop)
          Handle signal
 

Uses of IPDISignal in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDISignal
 IPDISignal IPDIModelFactory.newSignal(IPDISession session, TaskSet tasks, IPDISignalDescriptor signalDescriptor)
          Create a signal handler
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.