|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.cdt.debug.internal.core.model.CDebugElement
org.eclipse.cdt.debug.internal.core.model.CSignal
public class CSignal
Enter type comment.
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElementStatus |
---|
ERROR, OK, WARNING |
Constructor Summary | |
---|---|
CSignal(CDebugTarget target,
org.eclipse.cdt.debug.core.cdi.model.ICDISignal cdiSignal)
Constructor for CSignal. |
Method Summary | |
---|---|
boolean |
canModify()
Returns whether modification is allowed for this signal's parameters. |
void |
dispose()
|
java.lang.String |
getDescription()
Returns the description of this signal. |
java.lang.String |
getName()
Returns the name of this signal |
void |
handleDebugEvents(org.eclipse.cdt.debug.core.cdi.event.ICDIEvent[] events)
|
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 class org.eclipse.cdt.debug.internal.core.model.CDebugElement |
---|
createChangeEvent, createCreateEvent, createResumeEvent, createSuspendEvent, createTerminateEvent, fireChangeEvent, fireCreationEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getCDISession, getCDITarget, getCurrentStateInfo, getDebugTarget, getLaunch, getMessage, getModelIdentifier, getSeverity, getState, isOK, notSupported, requestFailed, requestFailed, targetRequestFailed, targetRequestFailed |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.cdt.debug.core.model.ICDebugElement |
---|
getCurrentStateInfo, getState |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getDebugTarget, getLaunch, getModelIdentifier |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Constructor Detail |
---|
public CSignal(CDebugTarget target, org.eclipse.cdt.debug.core.cdi.model.ICDISignal cdiSignal)
target
- Method Detail |
---|
public java.lang.String getDescription() throws org.eclipse.debug.core.DebugException
ICSignal
getDescription
in interface ICSignal
org.eclipse.debug.core.DebugException
- if this method fails.public java.lang.String getName() throws org.eclipse.debug.core.DebugException
ICSignal
getName
in interface ICSignal
org.eclipse.debug.core.DebugException
- if this method fails.public boolean isPassEnabled() throws org.eclipse.debug.core.DebugException
ICSignal
isPassEnabled
in interface ICSignal
org.eclipse.debug.core.DebugException
- if this method fails.public boolean isStopEnabled() throws org.eclipse.debug.core.DebugException
ICSignal
isStopEnabled
in interface ICSignal
org.eclipse.debug.core.DebugException
- if this method fails.public void setPassEnabled(boolean enable) throws org.eclipse.debug.core.DebugException
ICSignal
setPassEnabled
in interface ICSignal
enable
- the flag value to set
org.eclipse.debug.core.DebugException
- if this method fails.public void setStopEnabled(boolean enable) throws org.eclipse.debug.core.DebugException
ICSignal
setStopEnabled
in interface ICSignal
enable
- the flag value to set
org.eclipse.debug.core.DebugException
- if this method fails.public void handleDebugEvents(org.eclipse.cdt.debug.core.cdi.event.ICDIEvent[] events)
handleDebugEvents
in interface org.eclipse.cdt.debug.core.cdi.event.ICDIEventListener
public void dispose()
public void signal() throws org.eclipse.debug.core.DebugException
ICSignal
signal
in interface ICSignal
org.eclipse.debug.core.DebugException
- if this method fails.public boolean canModify()
ICSignal
canModify
in interface ICSignal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |