Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDIWatchpoint

Packages that use ICDIWatchpoint
org.eclipse.cdt.debug.core.cdi   
org.eclipse.cdt.debug.core.cdi.model   
 

Uses of ICDIWatchpoint in org.eclipse.cdt.debug.core.cdi
 

Methods in org.eclipse.cdt.debug.core.cdi that return ICDIWatchpoint
 ICDIWatchpoint ICDIWatchpointTrigger.getWatchpoint()
          Returns the triggered watchpoint.
 ICDIWatchpoint ICDIWatchpointScope.getWatchpoint()
          Returns the out of scope watchpoint.
 

Uses of ICDIWatchpoint in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIWatchpoint
 ICDIWatchpoint ICDIBreakpointManagement.setWatchpoint(int type, int watchType, String expression, ICDICondition condition)
          Set a watchpoint.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.