Eclipse CDT
7.0

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


public interface ICDIExecuteMoveInstructionPointer

Provides the ability to perform a jump without changing the run state of a thread or debug target.

Since:
6.0

Method Summary
 void moveInstructionPointer(ICDILocation location)
          Moves the instruction pointer to the specified location without changing the run state The result is undefined if it moves outside of the stackframe.
 

Method Detail

moveInstructionPointer

void moveInstructionPointer(ICDILocation location)
                            throws CDIException
Moves the instruction pointer to the specified location without changing the run state The result is undefined if it moves outside of the stackframe. Can only be called when the associated target is suspended.

Parameters:
location -
Throws:
CDIException - if this method fails. Reasons include:

Eclipse CDT
7.0

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