Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.model | |
org.eclipse.ptp.debug.core.pdi.request |
Modifier and Type | Method and Description |
---|---|
IPDISignalDescriptor |
IPDIModelFactory.newSignalDescriptor(String name,
boolean stop,
boolean pass,
boolean print,
String description)
Create a signal descriptor
|
Modifier and Type | Method and Description |
---|---|
IPDISignal |
IPDIModelFactory.newSignal(IPDISession session,
TaskSet tasks,
IPDISignalDescriptor signalDescriptor)
Create a signal handler
|
void |
IPDISignal.setDescriptor(IPDISignalDescriptor desc)
Set descriptor
|
Modifier and Type | Method and Description |
---|---|
IPDISignalDescriptor[] |
IPDIListSignalsRequest.getSignals(TaskSet qTasks)
Get signal descriptors
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.