Eclipse CDT
Pre-release 3.0

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

All Known Subinterfaces:
ICDIStackFrame

public interface ICDIExecuteStepReturn

Provides the ability to step return from the frame. Implementations must be non-blocking.


Method Summary
 void stepReturn()
          Continue execution until the frame return.
 void stepReturn(ICDIValue value)
          Cancel execution of the frame and return with value.
 

Method Detail

stepReturn

void stepReturn()
                throws CDIException
Continue execution until the frame return.

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

stepReturn

void stepReturn(ICDIValue value)
                throws CDIException
Cancel execution of the frame and return with value. value can be null, if no return value is needed. Can only be called when the associated target/thread is suspended.

Parameters:
value - use as the returning value.
Throws:
CDIException - if this method fails. Reasons include:

Eclipse CDT
Pre-release 3.0

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