Package org.eclipse.cdt.debug.internal.core.model

Class Summary
AbstractCValue The abstract super class for the C/C++ value types.
AbstractCVariable The super class for all variable types.
AsmInstruction Adapter for ICDIInstruction.
AsmSourceLine Adapter for ICDIMixedInstruction.
CCoreFileDebugTarget Deprecated.  
CDebugElement The super class of all C/C++ debug model elements.
CDebugTarget Debug target for C/C++ debug model.
CDummyStackFrame Implementation of the dummy stack frame.
CExpression Represents an expression in the CDI model.
CFloatingPointValue Represents a value of a float or double variable type.
CGlobalValue  
CGlobalVariable Represents a global variable.
CIndexedValue A value containing an array of variables.
CLocalVariable  
CMemoryBlockExtension Represents a memory block in the CDI model.
CModule The CDI based implementation of ICModule.
CModuleManager Manages the modules loaded on this debug target.
CoreModelMessages  
CRegister Represents a register in the CDI model.
CRegisterDescriptor A register descriptor.
CRegisterGroup Represents a group of registers.
CSignal Enter type comment.
CStackFrame Proxy to a stack frame on the target.
CThread A thread in a C/C++ debug model.
CType The CDI-based implementation of ICType.
CValue Represents the value of a variable in the CDI model.
CValueFactory The value factory for variable and expressions.
CVariable Represents a variable in the CDI model.
CVariableFactory Provides factory methods for the variable types.
Disassembly CDI implementation of IDisassembly
DisassemblyBlock CDI-based implementation of IDisassemblyBlock.