Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDIStackFrame

Packages that use ICDIStackFrame
org.eclipse.cdt.debug.core.cdi.model   
 

Uses of ICDIStackFrame in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIStackFrame
 ICDIStackFrame ICDILocalVariableDescriptor.getStackFrame()
          Return the stackframe.
 ICDIStackFrame[] ICDIThread.getStackFrames()
          Returns the stack frames contained in this thread.
 ICDIStackFrame[] ICDIThread.getStackFrames(int lowFrame, int highFrame)
          Returns the stack frames contained in this thread whose levels are between the two arguments(inclusive).
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIStackFrame
 boolean ICDIStackFrame.equals(ICDIStackFrame stackframe)
          Return true if the frames are the same.
 java.lang.String ICDITarget.evaluateExpressionToString(ICDIStackFrame context, java.lang.String expressionText)
          Evaluates the expression specified by the given string.
 ICDIValue ICDIExpression.getValue(ICDIStackFrame context)
          Returns the value of this expression.
 ICDIValue ICDIRegister.getValue(ICDIStackFrame context)
          Returns the value of this variable.
 


Eclipse CDT
7.0

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