PTP
Release 7.0

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

All Known Subinterfaces:
IPStackFrame

public interface IJumpToAddress

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


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

Method Detail

canJumpToAddress

boolean canJumpToAddress(java.math.BigInteger address)
Returns whether this operation is currently available for this element.

Returns:
whether this operation is currently available

jumpToAddress

void jumpToAddress(java.math.BigInteger address)
                   throws DebugException
Causes this element to resume the execution at the specified address.

Throws:
DebugException - on failure. Reasons include:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.