|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResumeWithoutSignal
Provides the ability to resume execution without giving a signal. This is useful when the program stopped on account of a signal and would ordinary see the signal when resumed.
| Method Summary | |
|---|---|
boolean |
canResumeWithoutSignal()
Returns whether this element can currently be resumed without signal. |
void |
resumeWithoutSignal()
Causes this element to resume its execution ignoring a signal. |
| Method Detail |
|---|
void resumeWithoutSignal()
throws DebugException
DebugException - on failure. Reasons include:boolean canResumeWithoutSignal()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||