PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.request
Interface IPDIBreakpointRequest

All Superinterfaces:
IPDIEventRequest, IPDISet
All Known Subinterfaces:
IPDIConditionBreakpointRequest, IPDIDeleteBreakpointRequest, IPDIDisableBreakpointRequest, IPDIEnableBreakpointRequest, IPDISetAddressBreakpointRequest, IPDISetFunctionBreakpointRequest, IPDISetLineBreakpointRequest, IPDISetWatchpointRequest

public interface IPDIBreakpointRequest
extends IPDIEventRequest

Represents to request a breakpoint


Field Summary
 
Fields inherited from interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
ACTION_NONE, ACTION_TERMINATED, CANCELLED, DONE, ERROR, RUNNING, UNKNOWN
 
Method Summary
 IPDIBreakpoint getBreakpoint()
          Returns pdi breakpoint
 boolean isAllowUpdate()
          Whether send PDI event or not
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.request.IPDIEventRequest
cancel, completed, done, error, execute, getErrorMessage, getName, getResponseAction, getStatus, setStatus
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getBreakpoint

IPDIBreakpoint getBreakpoint()
Returns pdi breakpoint

Returns:
pdi breakpoint

isAllowUpdate

boolean isAllowUpdate()
Whether send PDI event or not

Returns:
false if don't event pdi event

PTP
Release 5.0

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