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

Interface Summary
IAsmInstruction An instruction of disassemby.
IAsmSourceLine A source line in disassembly.
ICAddressBreakpoint A breakpoint that suspend the execution when a particular address is reached.
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.
ICDebugElementStatus Represents the status of a C/C++ debug model element.
ICDebugTarget C/C++ extension of IDebugTarget.
ICDebugTargetGroup Represents a group of C/C++ debug targets.
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.
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.
ICWatchpoint A watchpoint specific to the C/C++ debug model.
IDebuggerProcessSupport Provides the functionality to support debugger console.
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.
 

Class Summary
CDebugElementState The state of a debug element.
CVariableFormat Defines the variable format types.