|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDISignal
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 |
signal()
Continue program giving it this signal. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
String getName()
String getDescription()
boolean isIgnore()
boolean isStopSet()
void signal() throws CDIException
CDIException
- if this method fails. Reasons include:void handle(boolean ignore, boolean stop) throws CDIException
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
CDIException
- if this method fails. Reasons include:
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |