org.eclipse.cdt.debug.core.model
Interface ISteppingModeTarget

All Known Subinterfaces:
ICDebugTarget
All Known Implementing Classes:
CCoreFileDebugTarget, CDebugTarget

public interface ISteppingModeTarget

Support for the instruction stepping mode for a debug target.


Method Summary
 void enableInstructionStepping(boolean enabled)
          Sets whether the instruction stepping are enabled in this debug target.
 boolean isInstructionSteppingEnabled()
          Returns whether the instruction stepping are currently enabled in this debug target.
 boolean supportsInstructionStepping()
          Returns whether this debug target supports instruction stepping.
 

Method Detail

supportsInstructionStepping

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

Returns:
whether this debug target supports instruction stepping

enableInstructionStepping

void enableInstructionStepping(boolean enabled)
Sets whether the instruction stepping are enabled in this debug target.

Parameters:
enabled - whether the instruction stepping are enabled in this debug target

isInstructionSteppingEnabled

boolean isInstructionSteppingEnabled()
Returns whether the instruction stepping are currently enabled in this debug target.

Returns:
whether the instruction stepping are currently enabled in this debug target