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

All Known Subinterfaces:
ICStackFrame
All Known Implementing Classes:
CStackFrame

public interface IJumpToAddress

Provides the ability to resume a debug target at the given address.


Method Summary
 boolean canJumpToAddress(IAddress address)
          Returns whether this operation is currently available for this element.
 void jumpToAddress(IAddress address)
          Causes this element to resume the execution at the specified address.
 

Method Detail

canJumpToAddress

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

Returns:
whether this operation is currently available

jumpToAddress

void jumpToAddress(IAddress address)
                   throws org.eclipse.debug.core.DebugException
Causes this element to resume the execution at the specified address.

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