|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes the configuration of the target.
Method Summary | |
---|---|
boolean |
supportsBreakpoints()
Returns whether this target supports breakpoints. |
boolean |
supportsDisconnect()
Returns whether this target supports disconnecting. |
boolean |
supportsExpressionEvaluation()
Returns whether this target supports expression evaluation. |
boolean |
supportsInstructionStepping()
Returns whether this target supports instruction stepping. |
boolean |
supportsMemoryModification()
Returns whether this target supports memory modification. |
boolean |
supportsMemoryRetrieval()
Returns whether this target supports memory retrieval. |
boolean |
supportsRegisterModification()
Returns whether this target supports register modification. |
boolean |
supportsRegisters()
Returns whether this target supports registers. |
boolean |
supportsRestart()
Returns whether this target supports restarting. |
boolean |
supportsResume()
Returns whether this target supports Resume. |
boolean |
supportsSharedLibrary()
Returns whether this target supports shared library. |
boolean |
supportsStepping()
Returns whether this target supports stepping. |
boolean |
supportsSuspend()
Returns whether this target supports suspend. |
boolean |
supportsTerminate()
Returns whether this target supports termination. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
public boolean supportsTerminate()
public boolean supportsDisconnect()
public boolean supportsSuspend()
public boolean supportsResume()
public boolean supportsRestart()
public boolean supportsStepping()
public boolean supportsInstructionStepping()
public boolean supportsBreakpoints()
public boolean supportsRegisters()
public boolean supportsRegisterModification()
public boolean supportsSharedLibrary()
public boolean supportsMemoryRetrieval()
public boolean supportsMemoryModification()
public boolean supportsExpressionEvaluation()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |