org.eclipse.cdt.debug.core
Interface ICDebugger

All Known Implementing Classes:
CygwinGDBDebugger, GDBDebugger, GDBServerDebugger

Deprecated. - see ICDIDebugger

public interface ICDebugger


Method Summary
 org.eclipse.cdt.debug.core.cdi.ICDISession createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config, org.eclipse.core.resources.IFile exe, int pid)
          Deprecated.  
 org.eclipse.cdt.debug.core.cdi.ICDISession createCoreSession(org.eclipse.debug.core.ILaunchConfiguration config, org.eclipse.core.resources.IFile exe, org.eclipse.core.runtime.IPath corefile)
          Deprecated.  
 org.eclipse.cdt.debug.core.cdi.ICDISession createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config, org.eclipse.core.resources.IFile exe)
          Deprecated.  
 

Method Detail

createLaunchSession

org.eclipse.cdt.debug.core.cdi.ICDISession createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config,
                                                               org.eclipse.core.resources.IFile exe)
                                                               throws org.eclipse.cdt.debug.core.cdi.CDIException
Deprecated. 
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException

createAttachSession

org.eclipse.cdt.debug.core.cdi.ICDISession createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config,
                                                               org.eclipse.core.resources.IFile exe,
                                                               int pid)
                                                               throws org.eclipse.cdt.debug.core.cdi.CDIException
Deprecated. 
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException

createCoreSession

org.eclipse.cdt.debug.core.cdi.ICDISession createCoreSession(org.eclipse.debug.core.ILaunchConfiguration config,
                                                             org.eclipse.core.resources.IFile exe,
                                                             org.eclipse.core.runtime.IPath corefile)
                                                             throws org.eclipse.cdt.debug.core.cdi.CDIException
Deprecated. 
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException