PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi
Interface IPDISignalManagement

All Known Subinterfaces:
IPDIDebugger

public interface IPDISignalManagement

Represents signal management


Method Summary
 void listSignals(TaskSet tasks, java.lang.String name)
          Requests to retrieve a list signals information with given signal name of specify process
 

Method Detail

listSignals

void listSignals(TaskSet tasks,
                 java.lang.String name)
                 throws PDIException
Requests to retrieve a list signals information with given signal name of specify process

Parameters:
tasks - target process
name - name of signal
Throws:
PDIException - on failure
Since:
4.0

PTP
Release 7.0

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