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

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

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

Classes in org.eclipse.cdt.debug.internal.core.model that implement ICDebugElementStatus
 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