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

Packages that use ICThread
org.eclipse.cdt.debug.core.model   
org.eclipse.cdt.debug.internal.core.breakpoints   
org.eclipse.cdt.debug.internal.core.model   
 

Uses of ICThread in org.eclipse.cdt.debug.core.model
 

Methods in org.eclipse.cdt.debug.core.model that return ICThread
 ICThread[] ICBreakpoint.getThreadFilters(ICDebugTarget target)
          Returns the threads in the given target in which this breakpoint is enabled or null if this breakpoint is enabled in all threads in the given target.
 

Methods in org.eclipse.cdt.debug.core.model with parameters of type ICThread
 void ICBreakpoint.removeThreadFilters(ICThread[] threads)
          Removes this breakpoint's thread filters in the given target, if any.
 void ICBreakpoint.setThreadFilters(ICThread[] threads)
          Restricts this breakpoint to suspend only in the given threads when encounterd in the given threads' target.
 

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

Methods in org.eclipse.cdt.debug.internal.core.breakpoints that return ICThread
 ICThread[] CBreakpoint.getThreadFilters(ICDebugTarget target)
           
 

Methods in org.eclipse.cdt.debug.internal.core.breakpoints with parameters of type ICThread
 void CBreakpoint.removeThreadFilters(ICThread[] threads)
           
 void CBreakpoint.setThreadFilters(ICThread[] threads)
           
 

Uses of ICThread in org.eclipse.cdt.debug.internal.core.model
 

Classes in org.eclipse.cdt.debug.internal.core.model that implement ICThread
 class CThread
          A thread in a C/C++ debug model.