| Interface | Description |
|---|---|
| IEnableDisableTarget |
Interface to determin enable/disable state of target
|
| IExecFileInfo |
Interface for obtaining executable file information
|
| IFormatSupport |
Interface for obtaining variable formatting information
|
| IJumpToAddress |
Provides the ability to resume a debug target at the given address
|
| IJumpToLine |
Provides the ability to resume a debug target at the given line
|
| IPAddressBreakpoint |
Address breakpoint
|
| IPAIF |
AIF formatted value
|
| IPBreakpoint |
Base interface for breakpoint implementations
|
| IPDebugElement |
Represents an artifact in the program being debugged.
|
| IPDebugElementStatus |
Represents the status of a debug element
|
| IPDebugTarget |
Represents a debuggable execution context
|
| IPDummyStackFrame |
Represents a dummy stack frame
|
| IPFunctionBreakpoint |
Represents a function breakpoint
|
| IPGlobalVariable |
Represents a global variable
|
| IPGlobalVariableDescriptor |
Additional information associated with a variable
|
| IPLineBreakpoint |
Represents a line breakpoint
|
| IPLocationSet |
A location set is used to provide information about a location (e.g. a breakpoint location)
|
| IPModule |
Represents a module
|
| IPPersistableRegisterGroup |
Represents a register group that can be persisted
|
| IPRegister |
Represents a register
|
| IPRegisterDescriptor |
Additional information associated with a register
|
| IPSignal |
Represents a debugger signal handler
|
| IPStackFrame |
Represents a stack frame
|
| IPThread |
Represents a target thread
|
| IPValue |
Represents the value of a target variable
|
| IPVariable |
Represents a variable in the target
|
| IPWatchpoint |
Represents a watchpoint (expression breakpoint)
|
| IRestart |
Restart interface for a debugger element
|
| IResumeWithoutSignal |
Provides the ability to resume execution without giving a signal.
|
| IRunToAddress |
Provides the ability to run a debug target to the given address
|
| IRunToLine |
Provides the ability to run a debug target to the given line.
|
| ISteppingModeTarget |
Support for the instruction stepping mode for a debug target.
|
| ITargetProperties |
Interface for managing target properties
|
| Class | Description |
|---|---|
| PDebugElementState |
Debug element states
|
| PVariableFormat |
Variable formats
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.