Uses of Class
org.eclipse.cdt.debug.internal.core.model.CDebugElement

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

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

Subclasses of CDebugElement in org.eclipse.cdt.debug.internal.core.model
 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 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
 

Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type CDebugElement
static CGlobalVariable CVariableFactory.createGlobalVariable(CDebugElement parent, IGlobalVariableDescriptor descriptor, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject)
           
static CLocalVariable CVariableFactory.createLocalVariable(CDebugElement parent, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject)
           
static CLocalVariable CVariableFactory.createLocalVariableWithError(CDebugElement parent, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject, java.lang.String message)
           
 

Constructors in org.eclipse.cdt.debug.internal.core.model with parameters of type CDebugElement
AbstractCVariable(CDebugElement parent)
          Constructor for AbstractCVariable.
CLocalVariable(CDebugElement parent, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject)
          Constructor for CLocalVariable.
CLocalVariable(CDebugElement parent, org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor cdiVariableObject, java.lang.String errorMessage)
          Constructor for CLocalVariable.