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

Packages that use ICDebugElement
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core.model   
 

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

Subinterfaces of ICDebugElement in org.eclipse.cdt.debug.core.model
 interface ICDebugTarget
          C/C++ extension of IDebugTarget.
 interface ICDebugTargetGroup
          Represents a group of C/C++ debug targets.
 interface ICGlobalVariable
          Represents a global C/C++ variable.
 interface ICModule
          Represents a module in the process being debugged.
 interface ICRegister
          C/C++ specific extension of IRegister.
 interface ICSignal
          Represents a signal.
 interface ICStackFrame
          C/C++ specific extension of IStackFrame.
 interface ICThread
          C/C++ extension of IThread.
 interface ICValue
          Extends the IValue interface by C/C++ specific functionality.
 interface ICVariable
          C/C++ specific extension IVariable.
 interface IDisassembly
          Represents the disassembly of a debug target.
 

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

Classes in org.eclipse.cdt.debug.internal.core.model that implement ICDebugElement
 class AbstractCValue
          The abstract super class for the C/C++ value types.
 class AbstractCVariable
          The super class for all variable types.
 class CCoreFileDebugTarget
          Deprecated.  
 class CDebugElement
          The super class of all C/C++ debug model elements.
 class CDebugTarget
          Debug target for C/C++ debug model.
 class CDummyStackFrame
          Implementation of the dummy stack frame.
 class CExpression
          Represents an expression in the CDI model.
 class CFloatingPointValue
          Represents a value of a float or double variable type.
 class CGlobalValue
           
 class CGlobalVariable
          Represents a global variable.
 class CIndexedValue
          A value containing an array of variables.
 class CLocalVariable
           
 class CMemoryBlockExtension
          Represents a memory block in the CDI model.
 class CModule
          The CDI based implementation of ICModule.
 class CRegister
          Represents a register in the CDI model.
 class CRegisterGroup
          Represents a group of registers.
 class CSignal
          Enter type comment.
 class CStackFrame
          Proxy to a stack frame on the target.
 class CThread
          A thread in a C/C++ debug model.
 class CValue
          Represents the value of a variable in the CDI model.
 class CVariable
          Represents a variable in the CDI model.
 class Disassembly
          CDI implementation of IDisassembly