Uses of Interface
org.eclipse.cdt.debug.core.model.ICStackFrame

Packages that use ICStackFrame
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core.model   
org.eclipse.cdt.debug.internal.ui   
org.eclipse.cdt.debug.internal.ui.views.disassembly   
 

Uses of ICStackFrame in org.eclipse.cdt.debug.core.model
 

Methods in org.eclipse.cdt.debug.core.model with parameters of type ICStackFrame
 boolean IDisassemblyBlock.contains(ICStackFrame frame)
          Returns whether this block contains given stack frame.
 java.lang.String ICValue.evaluateAsExpression(ICStackFrame frame)
           
 IDisassemblyBlock IDisassembly.getDisassemblyBlock(ICStackFrame frame)
          Returns the disassembly block for given stack frame.
 

Uses of ICStackFrame in org.eclipse.cdt.debug.internal.core.model
 

Classes in org.eclipse.cdt.debug.internal.core.model that implement ICStackFrame
 class CStackFrame
          Proxy to a stack frame on the target.
 

Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type ICStackFrame
 boolean DisassemblyBlock.contains(ICStackFrame frame)
           
 java.lang.String AbstractCValue.evaluateAsExpression(ICStackFrame frame)
           
 IDisassemblyBlock Disassembly.getDisassemblyBlock(ICStackFrame frame)
           
 

Uses of ICStackFrame in org.eclipse.cdt.debug.internal.ui
 

Methods in org.eclipse.cdt.debug.internal.ui that return ICStackFrame
static ICStackFrame CDebugUIUtils.getCurrentStackFrame()
          Returns the currently selected stack frame or the topmost frame in the currently selected thread in the Debug view of the current workbench page.
 

Uses of ICStackFrame in org.eclipse.cdt.debug.internal.ui.views.disassembly
 

Methods in org.eclipse.cdt.debug.internal.ui.views.disassembly with parameters of type ICStackFrame
 void DisassemblyView.computeInput(java.lang.Object current, ICStackFrame frame, IDisassemblyListener listener)
          Asynchronousy computes the editor input for the given stack frame.
 boolean DisassemblyEditorInput.contains(ICStackFrame frame)
           
static DisassemblyEditorInput DisassemblyEditorInput.create(ICStackFrame frame)
           
 void IDisassemblyListener.inputComputed(ICStackFrame frame, org.eclipse.core.runtime.IStatus status, org.eclipse.ui.IEditorInput input)
          Notifies this listener that the input is computed.
 void DisassemblyView.inputComputed(ICStackFrame frame, org.eclipse.core.runtime.IStatus status, org.eclipse.ui.IEditorInput input)
           
 

Constructors in org.eclipse.cdt.debug.internal.ui.views.disassembly with parameters of type ICStackFrame
DisassemblyInstructionPointerAnnotation(ICStackFrame stackFrame, boolean isTopFrame)
          Construct an instruction pointer annotation for the given stack frame.