Eclipse CDT
Pre-release 3.0

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

Packages that use org.eclipse.cdt.debug.core.cdi.model
org.eclipse.cdt.debug.core.cdi   
org.eclipse.cdt.debug.core.cdi.event   
org.eclipse.cdt.debug.core.cdi.model   
org.eclipse.cdt.debug.core.cdi.model.type   
 

Classes in org.eclipse.cdt.debug.core.cdi.model used by org.eclipse.cdt.debug.core.cdi
ICDIBreakpoint
          A breakpoint is capable of suspending the execution of a program whenever a certain point in the program is reached.
ICDIObject
          Represents an object in the CDI model.
ICDISignal
          Represents a signal.
ICDITarget
          Represents a debuggable process.
ICDITracepoint
          Defines a point in the program execution when the specified data to be collected.
ICDIValue
          Represents the value of a variable.
ICDIWatchpoint
          Represents a watchpoint.
 

Classes in org.eclipse.cdt.debug.core.cdi.model used by org.eclipse.cdt.debug.core.cdi.event
ICDIObject
          Represents an object in the CDI model.
 

Classes in org.eclipse.cdt.debug.core.cdi.model used by org.eclipse.cdt.debug.core.cdi.model
ICDIAddressBreakpoint
          Represents an address breakpoint.
ICDIArgument
          Represents an argument in the stack frame.
ICDIArgumentDescriptor
           
ICDIBreakpoint
          A breakpoint is capable of suspending the execution of a program whenever a certain point in the program is reached.
ICDIBreakpointManagement
          Breapoints action on the Target.
ICDIExceptionpoint
          ICDIExceptionpoint
ICDIExecuteStep
          Provides the ability to step into, over, and until from the current execution location.
ICDIExecuteStepReturn
          Provides the ability to step return from the frame.
ICDIExpression
          An expression is a snippet of code that can be evaluated to produce a value.
ICDIExpressionManagement
          ICDIExpressionManagement
ICDIFunctionBreakpoint
          Represents a function breakpoint.
ICDIGlobalVariable
          ICDIGlobalVariable
ICDIGlobalVariableDescriptor
          ICDIGlobalVariableDescriptor
ICDIInstruction
          Represents a machine instruction.
ICDILineBreakpoint
          Represents a line breakpoint.
ICDILocalVariable
          ICDILocalVariable
ICDILocalVariableDescriptor
          ICDILocalVariableDescriptor
ICDILocationBreakpoint
          Abstract class returning location of breakpoint: file, line, function, address.
ICDIMemoryBlock
          A contiguous segment of memory in an execution context.
ICDIMemoryBlockManagement
          The memory manager manages the collection of memory blocks specified for the debug session.
ICDIMixedInstruction
          Represents a machine instruction.
ICDIObject
          Represents an object in the CDI model.
ICDIRegister
          A register is a special kind of variable that is contained in a register group.
ICDIRegisterDescriptor
          Represents a break condition.
ICDIRegisterGroup
          Represents a group of registers that are assigned to a target.
ICDIRuntimeOptions
          Describes the configuration of debug session.
ICDISharedLibrary
          Represents a shared library which has been loaded into the debug target.
ICDISharedLibraryManagement
          Manages the sharedLibraries in the target.
ICDISignal
          Represents a signal.
ICDISignalManagement
           
ICDISourceManagement
          Maintains the list of directories to search for source files.
ICDIStackFrame
          A stack frame in a suspended thread.
ICDISuspend
          Provides the ability to suspend a thread or debug target.
ICDITarget
          Represents a debuggable process.
ICDITargetConfiguration
          Describes the configuration of the target.
ICDIThread
          A thread in a debug target.
ICDIThreadGroup
           
ICDIThreadStorage
          ICDIThreadStorage
ICDIThreadStorageDescriptor
          ICDIThreadStorageDescriptor
ICDITracepoint.IAction
          Represents an action to be taken when the tracepoint is hit.
ICDIValue
          Represents the value of a variable.
ICDIVariable
          Represents a data structure in the program.
ICDIVariableDescriptor
           
ICDIWatchpoint
          Represents a watchpoint.
 

Classes in org.eclipse.cdt.debug.core.cdi.model used by org.eclipse.cdt.debug.core.cdi.model.type
ICDIObject
          Represents an object in the CDI model.
ICDIValue
          Represents the value of a variable.
ICDIVariable
          Represents a data structure in the program.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.