public interface ICDITargetConfiguration extends ICDIObject
Modifier and Type | Method and Description |
---|---|
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.
|
getTarget
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()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.