PTP
Release 5.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)
           
 

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.
 void Session.resume(TaskSet tasks, IPDISignal 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)
           
 IPDISignalInfo AbstractEventFactory.newSignalInfo(IPDISession session, TaskSet tasks, java.lang.String name, java.lang.String desc, IPDISignal signal, IPDILocator locator)
           
 

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)
           
 

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)
           
 IPDISignal AbstractModelFactory.newSignal(IPDISession session, TaskSet tasks, IPDISignalDescriptor signalDescriptor)
           
 


PTP
Release 5.0

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