|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDISignal
Represents a signal
| Method Summary | |
|---|---|
String |
getDescription()
Returns the meaning of this signal. |
String |
getName()
Returns the name of this signal. |
void |
handle(boolean ignore,
boolean stop)
Change the way debugger handles this signal. |
boolean |
isIgnore()
if false means program will see the signal. |
boolean |
isStopSet()
Means reenter debugger if this signal happens Method isStopSet. |
void |
setDescriptor(IPDISignalDescriptor desc)
Set descriptor |
void |
setHandle(boolean isIgnore,
boolean isStop)
Set handle |
void |
signal()
Continue program giving it this signal. |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
String getDescription()
String getName()
void handle(boolean ignore,
boolean stop)
throws PDIException
ignore - - if true the debugger should not allow your program to see this signalstop - - if true the debugger should stop your program when this signal happens
PDIException - on failureboolean isIgnore()
boolean isStopSet()
void setDescriptor(IPDISignalDescriptor desc)
desc -
void setHandle(boolean isIgnore,
boolean isStop)
isIgnore - isStop -
void signal()
throws PDIException
PDIException - on failure
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||