Uses of Class
org.eclipse.cdt.debug.internal.core.model.CThread

Packages that use CThread
org.eclipse.cdt.debug.core.breakpointactions   
org.eclipse.cdt.debug.internal.core.model   
 

Uses of CThread in org.eclipse.cdt.debug.core.breakpointactions
 

Constructors in org.eclipse.cdt.debug.core.breakpointactions with parameters of type CThread
LogActionEnabler(CThread thread)
           
ResumeActionEnabler(CThread adaptableObject)
           
 

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

Methods in org.eclipse.cdt.debug.internal.core.model that return CThread
 CThread CDebugTarget.findThread(org.eclipse.cdt.debug.core.cdi.model.ICDIThread cdiThread)
          Finds and returns the model thread for the associated CDI thread, or null if not found.
 CThread CDebugTarget.findThread(java.util.List threads, org.eclipse.cdt.debug.core.cdi.model.ICDIThread cdiThread)
           
 

Constructors in org.eclipse.cdt.debug.internal.core.model with parameters of type CThread
CDummyStackFrame(CThread thread)
          Constructor for CDummyStackFrame.
CStackFrame(CThread thread, org.eclipse.cdt.debug.core.cdi.model.ICDIStackFrame cdiFrame)
          Constructor for CStackFrame.