Uses of Interface
org.eclipse.cdt.debug.core.model.ICWatchpoint

Packages that use ICWatchpoint
org.eclipse.cdt.debug.core   
org.eclipse.cdt.debug.internal.core.breakpoints   
 

Uses of ICWatchpoint in org.eclipse.cdt.debug.core
 

Methods in org.eclipse.cdt.debug.core that return ICWatchpoint
static ICWatchpoint CDIDebugModel.createWatchpoint(java.lang.String sourceHandle, org.eclipse.core.resources.IResource resource, boolean writeAccess, boolean readAccess, java.lang.String expression, boolean enabled, int ignoreCount, java.lang.String condition, boolean register)
          Creates and returns a watchpoint for the source defined by the given source handle, at the given expression.
static ICWatchpoint CDIDebugModel.createWatchpoint(java.lang.String sourceHandle, org.eclipse.core.resources.IResource resource, int charStart, int charEnd, int lineNumber, boolean writeAccess, boolean readAccess, java.lang.String expression, boolean enabled, int ignoreCount, java.lang.String condition, boolean register)
          Creates and returns a watchpoint for the source defined by the given source handle, at the given expression.
static ICWatchpoint CDIDebugModel.watchpointExists(java.lang.String sourceHandle, org.eclipse.core.resources.IResource resource, java.lang.String expression)
          Returns the watchpoint that is already registered with the breakpoint manager for a source with the given handle and the given resource at the given expression.
 

Uses of ICWatchpoint in org.eclipse.cdt.debug.internal.core.breakpoints
 

Classes in org.eclipse.cdt.debug.internal.core.breakpoints that implement ICWatchpoint
 class CWatchpoint
          A watchpoint specific to the C/C++ debug model.