Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.request |
Modifier and Type | Method and Description |
---|---|
IPDIEventRequest |
IPDIEventManager.getCurrentRequest()
Get the current reques
|
IPDIEventRequest[] |
IPDIEventRequestManager.getRequests()
Returns an array of stored requests
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIEventRequestManager.addEventRequest(IPDIEventRequest request)
Adds an event request
|
boolean |
IPDIEventRequestManager.canExecute(IPDIEventRequest request)
Determines whether this handler can execute on the elements specified in
the given request by reporting enabled state to the request.
|
void |
IPDIEventRequestManager.deleteEventRequest(IPDIEventRequest request)
Deletes an event request
|
void |
IPDIEventRequestManager.execute(IPDIEventRequest request)
Executes this command on the elements specified in the given request
reporting status to the given request and returns whether this handler
should remain enabled while the command is executing.
|
void |
IPDIEventManager.notifyEventRequest(IPDIEventRequest request)
Notify the event request
|
void |
IPDIEventManager.registerEventRequest(IPDIEventRequest request)
Register a request in event manager for lookup
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPDIBreakpointRequest
Represents to request a breakpoint
|
interface |
IPDICommandRequest
Represents to request special command
|
interface |
IPDIConditionBreakpointRequest
Represents to request a condition breakpoint
|
interface |
IPDIConnectionRequest
Represents to request a connection to debugger
|
interface |
IPDIDataReadMemoryRequest
Represents to request a data read memory
|
interface |
IPDIDataWriteMemoryRequest
Represents to request a data write memory
|
interface |
IPDIDeleteBreakpointRequest
Represents to request deleting a breakpoint
|
interface |
IPDIDeleteVariableRequest
Represents to request deleting a variable
|
interface |
IPDIDisableBreakpointRequest
Represents to request disabling a breakpoint
|
interface |
IPDIEnableBreakpointRequest
Represents to request enabling a breakpoint
|
interface |
IPDIEvaluateExpressionRequest
Represents a request to evaluate an expression
|
interface |
IPDIEvaluatePartialExpressionRequest
Represents to request an expression evaluation that generates a partial AIF
representation.
|
interface |
IPDIGetInfoThreadsRequest
Represents to request getting info threads
|
interface |
IPDIGetStackInfoDepthRequest
Represents to request getting stack info depth
|
interface |
IPDIGetVariableTypeRequest
Represents to request getting variable type
|
interface |
IPDIGoRequest
Represents to request going
|
interface |
IPDIHaltRequest
Represents to request halting
|
interface |
IPDIInternalEventRequest |
interface |
IPDIListArgumentsRequest
Represents to request a list of arguments
|
interface |
IPDIListGlobalVariablesRequest
Represents to request a list of global variables
|
interface |
IPDIListLocalVariablesRequest
Represents to request a list of local variables
|
interface |
IPDIListSignalsRequest
Represents to request a list of signals
|
interface |
IPDIListStackFramesRequest
Represents to request a list of stackframes
|
interface |
IPDIRestartRequest
Represents to request restarting
|
interface |
IPDISetAddressBreakpointRequest
Represents to request setting a function breakpoint
|
interface |
IPDISetCurrentStackFrameRequest
Represents to request setting current frame
|
interface |
IPDISetFunctionBreakpointRequest
Represents to request setting a function breakpoint
|
interface |
IPDISetLineBreakpointRequest
Represents to request setting a line breakpoint
|
interface |
IPDISetThreadSelectRequest
Represents to request setting thread select
|
interface |
IPDISetWatchpointRequest
Represents to request setting a watchpoint
|
interface |
IPDIStartDebuggerRequest
Represents to request starting debugger
|
interface |
IPDIStepFinishRequest
Represents to request stepping finish
|
interface |
IPDIStepIntoInstructionRequest
Represents to request stepping into
|
interface |
IPDIStepIntoRequest
Represents to request stepping into
|
interface |
IPDIStepOverInstructionRequest
Represents to request stepping into
|
interface |
IPDIStepOverRequest
Represents to request stepping over
|
interface |
IPDIStepRequest
Represents to request stepping
|
interface |
IPDIStopDebuggerRequest
Represents to request stopping debugger
|
interface |
IPDITerminateRequest
Represents to request terminating
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIEventRequestListener.handleEventRequestChanged(IPDIEventRequest request)
Notifies this listener that the given request has changed.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.