Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDIObject

Packages that use ICDIObject
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   
 

Uses of ICDIObject in org.eclipse.cdt.debug.core.cdi
 

Methods in org.eclipse.cdt.debug.core.cdi that return ICDIObject
 ICDIObject[] ICDITraceSnapshot.getData()
          Returns the data collected at this snapshot.
 

Uses of ICDIObject in org.eclipse.cdt.debug.core.cdi.event
 

Methods in org.eclipse.cdt.debug.core.cdi.event that return ICDIObject
 ICDIObject ICDIEvent.getSource()
          The CDI object on which the event initially occurred.
 

Uses of ICDIObject in org.eclipse.cdt.debug.core.cdi.model
 

Subinterfaces of ICDIObject in org.eclipse.cdt.debug.core.cdi.model
 interface ICDIAddressBreakpoint
          Represents an address breakpoint.
 interface ICDIArgument
          Represents an argument in the stack frame.
 interface ICDIArgumentDescriptor
           
 interface ICDIBreakpoint
          A breakpoint is capable of suspending the execution of a program whenever a certain point in the program is reached.
 interface ICDIExceptionpoint
          ICDIExceptionpoint
 interface ICDIExpression
          An expression is a snippet of code that can be evaluated to produce a value.
 interface ICDIFunctionBreakpoint
          Represents a function breakpoint.
 interface ICDIGlobalVariable
          ICDIGlobalVariable
 interface ICDIGlobalVariableDescriptor
          ICDIGlobalVariableDescriptor
 interface ICDIInstruction
          Represents a machine instruction.
 interface ICDILineBreakpoint
          Represents a line breakpoint.
 interface ICDILocalVariable
          ICDILocalVariable
 interface ICDILocalVariableDescriptor
          ICDILocalVariableDescriptor
 interface ICDILocationBreakpoint
          Abstract class returning location of breakpoint: file, line, function, address.
 interface ICDIMemoryBlock
          A contiguous segment of memory in an execution context.
 interface ICDIMixedInstruction
          Represents a machine instruction.
 interface ICDIRegister
          A register is a special kind of variable that is contained in a register group.
 interface ICDIRegisterDescriptor
          Represents a break condition.
 interface ICDIRegisterGroup
          Represents a group of registers that are assigned to a target.
 interface ICDIRuntimeOptions
          Describes the configuration of debug session.
 interface ICDISharedLibrary
          Represents a shared library which has been loaded into the debug target.
 interface ICDISignal
          Represents a signal.
 interface ICDIStackFrame
          A stack frame in a suspended thread.
 interface ICDITarget
          Represents a debuggable process.
 interface ICDITargetConfiguration
          Describes the configuration of the target.
 interface ICDIThread
          A thread in a debug target.
 interface ICDIThreadGroup
           
 interface ICDIThreadStorage
          ICDIThreadStorage
 interface ICDIThreadStorageDescriptor
          ICDIThreadStorageDescriptor
 interface ICDITracepoint
          Defines a point in the program execution when the specified data to be collected.
 interface ICDIValue
          Represents the value of a variable.
 interface ICDIVariable
          Represents a data structure in the program.
 interface ICDIVariableDescriptor
           
 interface ICDIWatchpoint
          Represents a watchpoint.
 

Uses of ICDIObject in org.eclipse.cdt.debug.core.cdi.model.type
 

Subinterfaces of ICDIObject in org.eclipse.cdt.debug.core.cdi.model.type
 interface ICDIAggregateType
          Represents the type of a variable.
 interface ICDIAggregateValue
          Represents the type of a variable.
 interface ICDIArrayType
          Represents the type of a variable.
 interface ICDIArrayValue
          Represents a value of a array type.
 interface ICDIBoolType
           
 interface ICDIBoolValue
           
 interface ICDICharType
          Represents the type of a variable.
 interface ICDICharValue
          Represents the value of a variable.
 interface ICDIDerivedType
          Represents the type of a variable.
 interface ICDIDerivedValue
          Represents the type of a variable.
 interface ICDIDoubleType
          Represents the type of a variable.
 interface ICDIDoubleValue
          Represents the value of a variable.
 interface ICDIEnumType
           
 interface ICDIEnumValue
           
 interface ICDIFloatingPointType
          Represents the type of a variable.
 interface ICDIFloatingPointValue
          Represents the value of a variable.
 interface ICDIFloatType
          Represents the type of a variable.
 interface ICDIFloatValue
          Represents the value of a variable.
 interface ICDIFunctionType
          Represents the type of a variable.
 interface ICDIFunctionValue
          Represents the type of a variable.
 interface ICDIIntegralType
          Represents the type of a variable.
 interface ICDIIntegralValue
          Represents the value of a variable.
 interface ICDIIntType
          Represents the type of a variable.
 interface ICDIIntValue
          Represents the value of a variable.
 interface ICDILongLongType
          Represents the type of a variable.
 interface ICDILongLongValue
          Represents the value of a variable.
 interface ICDILongType
          Represents the type of a variable.
 interface ICDILongValue
          Represents the value of a variable.
 interface ICDIPointerType
          Represents the type of a variable.
 interface ICDIPointerValue
          Represents the type of a variable.
 interface ICDIReferenceType
           
 interface ICDIReferenceValue
           
 interface ICDIShortType
          Represents the type of a variable.
 interface ICDIShortValue
          Represents the value of a variable.
 interface ICDIStructType
          Represents the type of a variable.
 interface ICDIStructValue
          Represents the type of a variable.
 interface ICDIType
          Represents the type of a variable.
 interface ICDIVoidType
          Represents the type of a variable.
 interface ICDIWCharType
           
 interface ICDIWCharValue
           
 


Eclipse CDT
Pre-release 3.0

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