PTP
Release 7.0

org.eclipse.ptp.debug.core
Interface IPSignalManager


public interface IPSignalManager

Interface for managing signal handling in the debugger


Method Summary
 void dispose(TaskSet qTasks)
          Dispose of any resources
 IPSignal[] getSignals(TaskSet qTasks)
          Get the debugger signal handlers for the tasks
 void signalChanged(TaskSet qTasks, IPDISignal pdiSignal)
          Notify tasks that a signal handler has changed
 

Method Detail

dispose

void dispose(TaskSet qTasks)
Dispose of any resources

Parameters:
qTasks -
Since:
4.0

getSignals

IPSignal[] getSignals(TaskSet qTasks)
                      throws org.eclipse.debug.core.DebugException
Get the debugger signal handlers for the tasks

Parameters:
qTasks -
Returns:
Throws:
org.eclipse.debug.core.DebugException
Since:
4.0

signalChanged

void signalChanged(TaskSet qTasks,
                   IPDISignal pdiSignal)
Notify tasks that a signal handler has changed

Parameters:
qTasks -
pdiSignal -
Since:
4.0

PTP
Release 7.0

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