PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDIStackFrame

Packages that use IPDIStackFrame
org.eclipse.ptp.debug.core.model   
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDIStackFrame in org.eclipse.ptp.debug.core.model
 

Methods in org.eclipse.ptp.debug.core.model that return IPDIStackFrame
 IPDIStackFrame IPStackFrame.getPDIStackFrame()
           
 

Uses of IPDIStackFrame in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIStackFrame
 IPDIVariable IPDIRegisterManager.createShadowRegister(IPDIRegister register, IPDIStackFrame frame, String regName)
           
 IPDIVariable IPDIExpressionManager.createVariable(IPDIStackFrame frame, String expr)
           
 IPDIArgumentDescriptor[] IPDIVariableManager.getArgumentDescriptors(IPDIStackFrame frame)
           
 String IPDISourceManager.getDetailTypeNameFromVariable(IPDIStackFrame frame, String variable)
           
 IPDILocalVariableDescriptor[] IPDIVariableManager.getLocalVariableDescriptors(IPDIStackFrame frame)
           
 String IPDISourceManager.getTypeNameFromVariable(IPDIStackFrame frame, String variable)
           
 

Uses of IPDIStackFrame in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIStackFrame
 IPDIStackFrame IPDIThread.getCurrentStackFrame()
           
 IPDIStackFrame IPDILocalVariableDescriptor.getStackFrame()
          Returns stackframe of this variable
 IPDIStackFrame IPDIVariableDescriptor.getStackFrame()
           
 IPDIStackFrame[] IPDIThread.getStackFrames()
          Returns the stack frames contained in this thread.
 IPDIStackFrame[] IPDIThread.getStackFrames(int fromIndex, int len)
          Returns the stack frames contained in this thread between the specified fromIndex, inclusive, and toIndex, exclusive.
 IPDIStackFrame IPDIModelFactory.newStackFrame(IPDISession session, IPDIThread pthread, int i, IPDILocator locator)
           
 IPDIStackFrame AbstractModelFactory.newStackFrame(IPDISession session, IPDIThread pthread, int i, IPDILocator locator)
           
 IPDIStackFrame IPDIModelFactory.newStackFrame(IPDISession session, IPDIThread thread, int level, String file, String func, int line, BigInteger addr)
           
 IPDIStackFrame AbstractModelFactory.newStackFrame(IPDISession session, IPDIThread thread, int level, String file, String func, int line, BigInteger addr)
           
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDIStackFrame
 boolean IPDIStackFrame.equals(IPDIStackFrame stackframe)
          Determines whether both stackframes are the same
 String IPDITarget.evaluateExpressionToString(IPDIStackFrame context, String expressionText)
          Evaluates the expression specified by the given string.
 IAIF IPDIRegister.getAIF(IPDIStackFrame context)
          Returns AIF value of this variable
 IPDIVariable IPDITargetExpression.getVariable(IPDIStackFrame context)
          Returns the variable of this expression
 IPDIArgumentDescriptor IPDIModelFactory.newArgumentDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDIArgumentDescriptor AbstractModelFactory.newArgumentDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDIGlobalVariableDescriptor IPDIModelFactory.newGlobalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDIGlobalVariableDescriptor AbstractModelFactory.newGlobalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDILocalVariable IPDIModelFactory.newLocalVariable(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth, String varid)
           
 IPDILocalVariable AbstractModelFactory.newLocalVariable(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth, String varid)
           
 IPDILocalVariableDescriptor IPDIModelFactory.newLocalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDILocalVariableDescriptor AbstractModelFactory.newLocalVariableDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDIVariableDescriptor IPDIModelFactory.newRegisterDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDIVariableDescriptor AbstractModelFactory.newRegisterDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDIVariableDescriptor IPDIModelFactory.newThreadStorageDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 IPDIVariableDescriptor AbstractModelFactory.newThreadStorageDescriptor(IPDISession session, TaskSet tasks, IPDIThread thread, IPDIStackFrame frame, String name, String fullName, int pos, int depth)
           
 void IPDIThread.setCurrentStackFrame(IPDIStackFrame stackframe)
           
 void IPDIThread.setCurrentStackFrame(IPDIStackFrame stackframe, boolean doUpdate)
           
 


PTP
Release 5.0

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