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

All Known Subinterfaces:
ICStackFrame
All Known Implementing Classes:
CStackFrame

public interface IRunToAddress

Provides the ability to run a debug target to the given address.


Method Summary
 boolean canRunToAddress(IAddress address)
          Returns whether this operation is currently available for this element.
 void runToAddress(IAddress address, boolean skipBreakpoints)
          Causes this element to run to specified address.
 

Method Detail

canRunToAddress

boolean canRunToAddress(IAddress address)
Returns whether this operation is currently available for this element.

Returns:
whether this operation is currently available

runToAddress

void runToAddress(IAddress address,
                  boolean skipBreakpoints)
                  throws org.eclipse.debug.core.DebugException
Causes this element to run to specified address.

Throws:
org.eclipse.debug.core.DebugException - on failure. Reasons include: