PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest

Packages that use IPDIEventRequest
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.request   
 

Uses of IPDIEventRequest in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIEventRequest
 IPDIEventRequest AbstractEventManager.getCurrentRequest()
           
 IPDIEventRequest IPDIEventManager.getCurrentRequest()
           
 IPDIEventRequest[] IPDIEventRequestManager.getRequests()
          Returns an array of stored requests
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIEventRequest
 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 AbstractEventManager.notifyEventRequest(IPDIEventRequest request)
           
 void IPDIEventManager.notifyEventRequest(IPDIEventRequest request)
           
 void AbstractEventManager.registerEventRequest(IPDIEventRequest request)
           
 void IPDIEventManager.registerEventRequest(IPDIEventRequest request)
          Register a request in event manager for lookup
 

Uses of IPDIEventRequest in org.eclipse.ptp.debug.core.pdi.request
 

Subinterfaces of IPDIEventRequest in org.eclipse.ptp.debug.core.pdi.request
 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
 

Classes in org.eclipse.ptp.debug.core.pdi.request that implement IPDIEventRequest
 class AbstractDataReadMemoryRequest
           
 class AbstractEvaluateExpressionRequest
           
 class AbstractEvaluatePartialExpressionRequest
           
 class AbstractEventRequest
           
 class AbstractEventResultRequest
          Abstract base class of events that return results
 class AbstractGetInfoThreadsRequest
           
 class AbstractGetStackInfoDepthRequest
           
 class AbstractListArgumentsRequest
           
 class AbstractListLocalVariablesRequest
           
 class AbstractListSignalsRequest
           
 class AbstractListStackFramesRequest
           
 class AbstractSetCurrentStackFrameRequest
           
 class AbstractSetThreadSelectRequest
           
 

Methods in org.eclipse.ptp.debug.core.pdi.request with parameters of type IPDIEventRequest
 void IPDIEventRequestListener.handleEventRequestChanged(IPDIEventRequest request)
          Notifies this listener that the given request has changed.
 


PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.