org.eclipse.ptp.debug.core.pdi.manager
Interface IPDISignalManager
- All Superinterfaces:
- IPDIManager, IPDISessionObject, IPDISet
public interface IPDISignalManager
- extends IPDIManager
Represent signal manager to manage signal
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
getTasks |
getSignals
IPDISignal[] getSignals(TaskSet tasks)
throws PDIException
- Returns the array of signals defined for this target.
- Parameters:
tasks - target process
- Returns:
- the array of signals
- Throws:
PDIException - on failure- Since:
- 4.0
handle
void handle(IPDISignal sig,
boolean isIgnore,
boolean isStop)
throws PDIException
- Parameters:
sig - isIgnore - isStop -
- Throws:
PDIException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.