Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ICDIObject[] |
ICDITraceSnapshot.getData()
Returns the data collected at this snapshot.
|
Modifier and Type | Method and Description |
---|---|
ICDIObject |
ICDIEvent.getSource()
The CDI object on which the event initially occurred.
|
Modifier and Type | Interface and Description |
---|---|
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 |
ICDIBreakpoint2
Extension of the ICDIBreakpoint interface
|
interface |
ICDIEventBreakpoint |
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 |
ICDIMemorySpaceEncoder
Add-on interface for objects that implement ICDIMemorySpaceManagement.
|
interface |
ICDIMemorySpaceManagement
The memory space manager provides varous memory-space related operations.
|
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 |
ICDITarget2 |
interface |
ICDITargetConfiguration
Describes the configuration of the target.
|
interface |
ICDITargetConfiguration2 |
interface |
ICDITargetConfiguration3 |
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.
|
interface |
ICDIWatchpoint2
Represents a watchpoint.
|
Modifier and Type | Interface and Description |
---|---|
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 |
ICDIBigIntegerValue
Represents the value of a variable.
|
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 |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.