public interface IPSignal extends IPDebugElement
Modifier and Type | Method and Description |
---|---|
boolean |
canModify()
Returns whether modification is allowed for this signal's parameters.
|
String |
getDescription()
Returns the description of this signal.
|
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.
|
getCurrentStateInfo, getID, getSession, getState
String getName() throws DebugException
DebugException
- if this method fails.String getDescription() throws DebugException
DebugException
- if this method fails.boolean isPassEnabled() throws DebugException
DebugException
- if this method fails.boolean isStopEnabled() throws DebugException
DebugException
- if this method fails.void setPassEnabled(boolean enable) throws DebugException
enable
- the flag value to setDebugException
- if this method fails.void setStopEnabled(boolean enable) throws DebugException
enable
- the flag value to setDebugException
- if this method fails.void signal() throws DebugException
DebugException
- if this method fails.boolean canModify()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.