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

Packages that use org.eclipse.cdt.debug.internal.core.model
org.eclipse.cdt.debug.core.breakpointactions   
org.eclipse.cdt.debug.internal.core   
org.eclipse.cdt.debug.internal.core.model   
org.eclipse.cdt.debug.internal.core.sourcelookup   
org.eclipse.cdt.debug.internal.ui.views.memory   
 

Classes in org.eclipse.cdt.debug.internal.core.model used by org.eclipse.cdt.debug.core.breakpointactions
CThread
          A thread in a C/C++ debug model.
 

Classes in org.eclipse.cdt.debug.internal.core.model used by org.eclipse.cdt.debug.internal.core
CDebugTarget
          Debug target for C/C++ debug model.
CStackFrame
          Proxy to a stack frame on the target.
 

Classes in org.eclipse.cdt.debug.internal.core.model used by org.eclipse.cdt.debug.internal.core.model
AbstractCValue
          The abstract super class for the C/C++ value types.
AbstractCVariable
          The super class for all variable types.
CDebugElement
          The super class of all C/C++ debug model elements.
CDebugTarget
          Debug target for C/C++ debug model.
CGlobalVariable
          Represents a global variable.
CIndexedValue
          A value containing an array of variables.
CLocalVariable
           
CModule
          The CDI based implementation of ICModule.
CStackFrame
          Proxy to a stack frame on the target.
CThread
          A thread in a C/C++ debug model.
CValue
          Represents the value of a variable in the CDI model.
CVariable
          Represents a variable in the CDI model.
DisassemblyBlock
          CDI-based implementation of IDisassemblyBlock.
 

Classes in org.eclipse.cdt.debug.internal.core.model used by org.eclipse.cdt.debug.internal.core.sourcelookup
CDebugTarget
          Debug target for C/C++ debug model.
 

Classes in org.eclipse.cdt.debug.internal.core.model used by org.eclipse.cdt.debug.internal.ui.views.memory
CMemoryBlockExtension
          Represents a memory block in the CDI model.