public interface ICDITargetConfiguration2 extends ICDITargetConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
supportsAddressBreaksOnStartup()
Returns whether this target supports having address breakpoints
enabled when a debug session starts.
|
boolean |
supportsPassiveVariableUpdate()
Returns whether this target supports passive variable updating.
|
boolean |
supportsRuntimeTypeIdentification()
Returns whether this target supports runtime type indentification.
|
boolean |
supportsThreadControl()
Returns whether this target supports thread control, namely whether it
supports suspending/resuming threads individually.
|
supportsBreakpoints, supportsDisconnect, supportsExpressionEvaluation, supportsInstructionStepping, supportsMemoryModification, supportsMemoryRetrieval, supportsRegisterModification, supportsRegisters, supportsRestart, supportsResume, supportsSharedLibrary, supportsStepping, supportsSuspend, supportsTerminate
getTarget
boolean supportsThreadControl()
boolean supportsPassiveVariableUpdate()
boolean supportsRuntimeTypeIdentification()
boolean supportsAddressBreaksOnStartup()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.