public interface IPDISignal extends IPDISessionObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the meaning of this signal.
|
java.lang.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.
|
getSessionjava.lang.String getDescription()
java.lang.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 happensPDIException - on failureboolean isIgnore()
boolean isStopSet()
void setDescriptor(IPDISignalDescriptor desc)
desc - void setHandle(boolean isIgnore,
boolean isStop)
isIgnore - isStop - void signal()
throws PDIException
PDIException - on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.