|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPSignal
| Method Summary | |
|---|---|
boolean |
canModify()
Returns whether modification is allowed for this signal's parameters. |
java.lang.String |
getDescription()
Returns the description of this signal. |
java.lang.String |
getName()
Returns the name of this signal |
boolean |
isPassEnabled()
Returns whether "pass" is in effect for this signal. |
boolean |
isStopEnabled()
Returns whether "stop" is in effect for this signal. |
void |
setPassEnabled(boolean enable)
Enables/disables the "pass" flag of this signal. |
void |
setStopEnabled(boolean enable)
Enables/disables the "stop" flag of this signal. |
void |
signal()
Resumes execution, but immediately gives the target this signal. |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IPDebugElement |
|---|
getCurrentStateInfo, getID, getSession, getState |
| Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
|---|
getDebugTarget, getLaunch, getModelIdentifier |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
java.lang.String getName()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - if this method fails.
java.lang.String getDescription()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - if this method fails.
boolean isPassEnabled()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - if this method fails.
boolean isStopEnabled()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - if this method fails.
void setPassEnabled(boolean enable)
throws org.eclipse.debug.core.DebugException
enable - the flag value to set
org.eclipse.debug.core.DebugException - if this method fails.
void setStopEnabled(boolean enable)
throws org.eclipse.debug.core.DebugException
enable - the flag value to set
org.eclipse.debug.core.DebugException - if this method fails.
void signal()
throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException - if this method fails.boolean canModify()
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||