Interface | Description |
---|---|
IPDIAddressBreakpoint |
Represents an address breakpoint
|
IPDIArgument |
Represents an argument in the stack frame
|
IPDIArgumentDescriptor |
Represents argument descriptor
|
IPDIBreakpoint |
Provides a basic functionality for the location breakpoints, watchpoints and
catchpoints.
|
IPDIExceptionpoint |
Represents a exception breakpoint
|
IPDIExpression |
An expression is a snippet of code that can be evaluated to produce a value
|
IPDIFunctionBreakpoint |
Represents a function breakpoint
|
IPDIGlobalVariable |
Represents global variable
|
IPDIGlobalVariableDescriptor |
Represents global variable descriptor
|
IPDIInstruction |
Represents a machine instruction.
|
IPDILineBreakpoint |
Represents a line breakpoint
|
IPDILocalVariable |
Represents local variable
|
IPDILocalVariableDescriptor |
Represents local variable descriptor
|
IPDILocationBreakpoint |
Represents the location of breakpoint: file, line, function, address
|
IPDIMemory |
Represents a block of memory on the target
|
IPDIMemoryBlock |
A contiguous segment of memory in an execution context.
|
IPDIMixedInstruction |
Represents a machine instruction.
|
IPDIModelFactory |
Factory for create the PDI model elements
|
IPDIMultiExpressions |
Handles more than one expression for multi-processes
|
IPDIRegister |
A register is special kind of variable that is contained in a register group.
|
IPDIRegisterDescriptor |
Represents a break condition
|
IPDIRegisterGroup |
Represents a group of registers that are assigned to a target.
|
IPDIRuntimeOptions |
Describes the configuration of debug session.
|
IPDISharedLibrary |
Represents a shared library which has been loaded into the debug target.
|
IPDISharedLibraryManagement |
Manages the sharedLibraries in the target.
|
IPDISignal |
Represents a signal
|
IPDISignalDescriptor |
Represents the data associated with a signal
|
IPDISourceManagement |
Maintains the list of directories to search for source files.
|
IPDIStackFrame |
A stack frame in a suspended thread.
|
IPDIStackFrameDescriptor |
Stack frame descriptor
|
IPDITarget |
Represents a debuggable process.
|
IPDITargetExpression |
An expression is a snippet of code that can be evaluated to produce a value for registered process
|
IPDIThread |
A thread in a debug target.
|
IPDIThreadGroup |
Represents thread group
|
IPDIThreadStorage |
Represents thread Storage
|
IPDIThreadStorageDescriptor |
Represents thread storage descriptor
|
IPDITracepoint |
Defines a point in the program execution when the specified data to be collected.
|
IPDITracepoint.IAction |
Represents an action to be taken when the tracepoint is hit.
|
IPDIVariable |
Represents a data structure in the program.
|
IPDIVariableDescriptor |
Represents variable description
|
IPDIWatchpoint |
Represents a watchpoint
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.