Interface | Description |
---|---|
ICDIAddressBreakpoint |
Represents an address breakpoint.
|
ICDIAddressFactoryManagement | |
ICDIAddressToSource |
Allows the CDI back-end to translate an address to a source location.
|
ICDIAddressToSource.IMappedSourceLocation |
Represents a source location returned by
ICDIAddressToSource.getSourceForAddress.
|
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.
|
ICDIBreakpoint2 |
Extension of the ICDIBreakpoint interface
|
ICDIBreakpointManagement |
Breapoints action on the Target.
|
ICDIBreakpointManagement2 | |
ICDIBreakpointManagement3 | |
ICDIDisposable |
Some CDI interfaces have a dispose method, but a number of others don't (and
should).
|
ICDIEventBreakpoint | |
ICDIExceptionpoint |
ICDIExceptionpoint
|
ICDIExecuteMoveInstructionPointer |
Provides the ability to perform a jump without changing the run state of a thread or debug target.
|
ICDIExecuteResume |
Provides the ability to resume a thread or debug target.
|
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.
|
ICDIMemoryBlockManagement2 |
Extension of ICDIMemoryBlockManagement
|
ICDIMemorySpaceEncoder |
Add-on interface for objects that implement ICDIMemorySpaceManagement.
|
ICDIMemorySpaceEncoder.DecodeResult | |
ICDIMemorySpaceManagement |
The memory space manager provides varous memory-space related operations.
|
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.
|
ICDITarget2 | |
ICDITargetConfiguration |
Describes the configuration of the target.
|
ICDITargetConfiguration2 | |
ICDITargetConfiguration3 | |
ICDIThread |
A thread in a debug target.
|
ICDIThreadGroup | |
ICDIThreadStorage |
ICDIThreadStorage
|
ICDIThreadStorageDescriptor |
ICDIThreadStorageDescriptor
|
ICDITracepoint |
Defines a point in the program execution when the specified data to be collected.
|
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.
|
ICDIWatchpoint2 |
Represents a watchpoint.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.