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

Packages that use CModule
org.eclipse.cdt.debug.internal.core.model   
 

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

Methods in org.eclipse.cdt.debug.internal.core.model that return CModule
static CModule CModule.createExecutable(CDebugTarget target, org.eclipse.core.runtime.IPath path)
           
static CModule CModule.createSharedLibrary(CDebugTarget target, org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary lib)