PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDIWatchpoint

Packages that use IPDIWatchpoint
org.eclipse.ptp.debug.core   
org.eclipse.ptp.debug.core.pdi   
org.eclipse.ptp.debug.core.pdi.event   
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
org.eclipse.ptp.debug.core.pdi.request   
 

Uses of IPDIWatchpoint in org.eclipse.ptp.debug.core
 

Methods in org.eclipse.ptp.debug.core with parameters of type IPDIWatchpoint
 void IPBreakpointManager.watchpointOutOfScope(TaskSet tasks, IPDIWatchpoint pdiWatchpoint)
          Notify that a watchpoint is out of scope
 

Uses of IPDIWatchpoint in org.eclipse.ptp.debug.core.pdi
 

Methods in org.eclipse.ptp.debug.core.pdi with parameters of type IPDIWatchpoint
 void IPDIBreakpointManagement.setWatchpoint(TaskSet tasks, IPDIWatchpoint bpt)
          Requests to set a watchpoint of specify process
 

Uses of IPDIWatchpoint in org.eclipse.ptp.debug.core.pdi.event
 

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDIWatchpoint
 IPDIWatchpoint IPDIWatchpointScopeInfo.getWatchpoint()
          Returns the out of scope watchpoint.
 IPDIWatchpoint IPDIWatchpointTriggerInfo.getWatchpoint()
          Returns the triggered watchpoint
 

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIWatchpoint
 IPDIWatchpoint IPDIBreakpointManager.setWatchpoint(TaskSet tasks, int type, int watchType, java.lang.String expression, IPDICondition condition, boolean enabled)
          Sets watchpoint
 

Uses of IPDIWatchpoint in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIWatchpoint
 IPDIWatchpoint IPDIModelFactory.newWatchpoint(IPDISession session, TaskSet tasks, int type, java.lang.String expression, int wType, IPDICondition condition, boolean enabled)
          Create a watchpoint
 

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

Methods in org.eclipse.ptp.debug.core.pdi.request with parameters of type IPDIWatchpoint
 IPDISetWatchpointRequest IPDIRequestFactory.getSetWatchpointRequest(TaskSet tasks, IPDIWatchpoint bpt, boolean allowUpdate)
          Create a request to set a watchpoint (expression breakpoint)
 


PTP
Release 7.0

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