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

Packages that use org.eclipse.cdt.debug.core.model
org.eclipse.cdt.debug.core   
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core   
org.eclipse.cdt.debug.internal.core.breakpoints   
org.eclipse.cdt.debug.internal.core.model   
org.eclipse.cdt.debug.internal.core.sourcelookup   
org.eclipse.cdt.debug.internal.ui   
org.eclipse.cdt.debug.internal.ui.actions   
org.eclipse.cdt.debug.internal.ui.propertypages   
org.eclipse.cdt.debug.internal.ui.views.disassembly   
org.eclipse.cdt.debug.internal.ui.views.modules   
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.core
ICAddressBreakpoint
          A breakpoint that suspend the execution when a particular address is reached.
ICFunctionBreakpoint
          A breakpoint that suspends the execution when a function is entered.
ICGlobalVariable
          Represents a global C/C++ variable.
ICLineBreakpoint
          A breakpoint that suspends the execution when a particular location of code is reached.
ICValue
          Extends the IValue interface by C/C++ specific functionality.
ICWatchpoint
          A watchpoint specific to the C/C++ debug model.
IGlobalVariableDescriptor
          Provides the description of a global variable.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.core.model
CDebugElementState
          The state of a debug element.
CVariableFormat
          Defines the variable format types.
IAsmInstruction
          An instruction of disassemby.
IAsmSourceLine
          A source line in disassembly.
ICastToArray
          Provides the ability to present a variable as an array of the same type.
ICastToType
          Provides the ability to cast a variable to the given type.
ICBreakpoint
          A breakpoint specific to the C/C++ debug model.
ICDebugElement
          C/C++ specific extension of IDebugElement.
ICDebugTarget
          C/C++ extension of IDebugTarget.
ICLineBreakpoint
          A breakpoint that suspends the execution when a particular location of code is reached.
ICModule
          Represents a module in the process being debugged.
ICSignal
          Represents a signal.
ICStackFrame
          C/C++ specific extension of IStackFrame.
ICThread
          C/C++ extension of IThread.
ICType
          Represents a type of a varibale.
ICVariable
          C/C++ specific extension IVariable.
IDisassembly
          Represents the disassembly of a debug target.
IDisassemblyBlock
          Represents a contiguous segment of disassembly in an execution context.
IEnableDisableTarget
          Provides support for enable/disable actions.
IExecFileInfo
          Provides access to executable file information.
IFormatSupport
          Provides the ability to set and get the format of a variable.
IGlobalVariableDescriptor
          Provides the description of a global variable.
IJumpToAddress
          Provides the ability to resume a debug target at the given address.
IJumpToLine
          Provides the ability to resume a debug target at the given line.
IModuleRetrieval
          Comment for .
IPersistableRegisterGroup
          A register group to be persisted and restored.
IRegisterDescriptor
          Describes a register.
IRestart
          Provides the ability to restart a debug target.
IResumeWithoutSignal
          Provides the ability to resume execution without giving a signal.
IRunToAddress
          Provides the ability to run a debug target to the given address.
IRunToLine
          Provides the ability to run a debug target to the given line.
ISteppingModeTarget
          Support for the instruction stepping mode for a debug target.
ITargetProperties
          Provides access to the properties of a debug target.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.core
ICAddressBreakpoint
          A breakpoint that suspend the execution when a particular address is reached.
ICBreakpoint
          A breakpoint specific to the C/C++ debug model.
ICGlobalVariable
          Represents a global C/C++ variable.
ICLineBreakpoint
          A breakpoint that suspends the execution when a particular location of code is reached.
ICSignal
          Represents a signal.
IGlobalVariableDescriptor
          Provides the description of a global variable.
IPersistableRegisterGroup
          A register group to be persisted and restored.
IRegisterDescriptor
          Describes a register.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.core.breakpoints
ICAddressBreakpoint
          A breakpoint that suspend the execution when a particular address is reached.
ICBreakpoint
          A breakpoint specific to the C/C++ debug model.
ICDebugTarget
          C/C++ extension of IDebugTarget.
ICFunctionBreakpoint
          A breakpoint that suspends the execution when a function is entered.
ICLineBreakpoint
          A breakpoint that suspends the execution when a particular location of code is reached.
ICThread
          C/C++ extension of IThread.
ICWatchpoint
          A watchpoint specific to the C/C++ debug model.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.core.model
CDebugElementState
          The state of a debug element.
CVariableFormat
          Defines the variable format types.
IAsmInstruction
          An instruction of disassemby.
IAsmSourceLine
          A source line in disassembly.
ICastToArray
          Provides the ability to present a variable as an array of the same type.
ICastToType
          Provides the ability to cast a variable to the given type.
ICDebugElement
          C/C++ specific extension of IDebugElement.
ICDebugElementStatus
          Represents the status of a C/C++ debug model element.
ICDebugTarget
          C/C++ extension of IDebugTarget.
ICGlobalVariable
          Represents a global C/C++ variable.
ICLineBreakpoint
          A breakpoint that suspends the execution when a particular location of code is reached.
ICModule
          Represents a module in the process being debugged.
ICRegister
          C/C++ specific extension of IRegister.
ICSignal
          Represents a signal.
ICStackFrame
          C/C++ specific extension of IStackFrame.
ICThread
          C/C++ extension of IThread.
ICType
          Represents a type of a varibale.
ICValue
          Extends the IValue interface by C/C++ specific functionality.
ICVariable
          C/C++ specific extension IVariable.
IDisassembly
          Represents the disassembly of a debug target.
IDisassemblyBlock
          Represents a contiguous segment of disassembly in an execution context.
IDummyStackFrame
          Represents a dummy stack frame used to indicate that the stack depth is greater than the number of displayed frames.
IEnableDisableTarget
          Provides support for enable/disable actions.
IExecFileInfo
          Provides access to executable file information.
IFormatSupport
          Provides the ability to set and get the format of a variable.
IGlobalVariableDescriptor
          Provides the description of a global variable.
IJumpToAddress
          Provides the ability to resume a debug target at the given address.
IJumpToLine
          Provides the ability to resume a debug target at the given line.
IModuleRetrieval
          Comment for .
IPersistableRegisterGroup
          A register group to be persisted and restored.
IRegisterDescriptor
          Describes a register.
IRestart
          Provides the ability to restart a debug target.
IResumeWithoutSignal
          Provides the ability to resume execution without giving a signal.
IRunToAddress
          Provides the ability to run a debug target to the given address.
IRunToLine
          Provides the ability to run a debug target to the given line.
ISteppingModeTarget
          Support for the instruction stepping mode for a debug target.
ITargetProperties
          Provides access to the properties of a debug target.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.core.sourcelookup
ICBreakpoint
          A breakpoint specific to the C/C++ debug model.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.ui
ICStackFrame
          C/C++ specific extension of IStackFrame.
ICType
          Represents a type of a varibale.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.ui.actions
CVariableFormat
          Defines the variable format types.
IRegisterDescriptor
          Describes a register.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.ui.propertypages
ICBreakpoint
          A breakpoint specific to the C/C++ debug model.
ICSignal
          Represents a signal.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.ui.views.disassembly
ICLineBreakpoint
          A breakpoint that suspends the execution when a particular location of code is reached.
ICStackFrame
          C/C++ specific extension of IStackFrame.
 

Classes in org.eclipse.cdt.debug.core.model used by org.eclipse.cdt.debug.internal.ui.views.modules
IModuleRetrieval
          Comment for .