Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDITargetConfiguration

All Superinterfaces:
ICDIObject

public interface ICDITargetConfiguration
extends ICDIObject

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

supportsTerminate

boolean supportsTerminate()
Returns whether this target supports termination.

Returns:
whether this target supports termination

supportsDisconnect

boolean supportsDisconnect()
Returns whether this target supports disconnecting.

Returns:
whether this target supports disconnecting

supportsSuspend

boolean supportsSuspend()
Returns whether this target supports suspend.

Returns:
whether this target supports suspend.

supportsResume

boolean supportsResume()
Returns whether this target supports Resume.

Returns:
whether this target supports Resume.

supportsRestart

boolean supportsRestart()
Returns whether this target supports restarting.

Returns:
whether this target supports restarting

supportsStepping

boolean supportsStepping()
Returns whether this target supports stepping.

Returns:
whether this target supports stepping

supportsInstructionStepping

boolean supportsInstructionStepping()
Returns whether this target supports instruction stepping.

Returns:
whether this target supports instruction stepping

supportsBreakpoints

boolean supportsBreakpoints()
Returns whether this target supports breakpoints.

Returns:
whether this target supports breakpoints

supportsRegisters

boolean supportsRegisters()
Returns whether this target supports registers.

Returns:
whether this target supports registers

supportsRegisterModification

boolean supportsRegisterModification()
Returns whether this target supports register modification.

Returns:
whether this target supports registers modification

supportsSharedLibrary

boolean supportsSharedLibrary()
Returns whether this target supports shared library.

Returns:
whether this target supports registers modification

supportsMemoryRetrieval

boolean supportsMemoryRetrieval()
Returns whether this target supports memory retrieval.

Returns:
whether this target supports memory retrieval

supportsMemoryModification

boolean supportsMemoryModification()
Returns whether this target supports memory modification.

Returns:
whether this target supports memory modification

supportsExpressionEvaluation

boolean supportsExpressionEvaluation()
Returns whether this target supports expression evaluation.

Returns:
whether this target supports expression evaluation

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.