|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDITargetConfiguration
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 |
---|
boolean supportsTerminate()
boolean supportsDisconnect()
boolean supportsSuspend()
boolean supportsResume()
boolean supportsRestart()
boolean supportsStepping()
boolean supportsInstructionStepping()
boolean supportsBreakpoints()
boolean supportsRegisters()
boolean supportsRegisterModification()
boolean supportsSharedLibrary()
boolean supportsMemoryRetrieval()
boolean supportsMemoryModification()
boolean supportsExpressionEvaluation()
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |