org.eclipse.cdt.debug.mi.core
Class GDBDebugger

java.lang.Object
  extended by org.eclipse.cdt.debug.mi.core.GDBDebugger
All Implemented Interfaces:
ICDebugger
Direct Known Subclasses:
CygwinGDBDebugger

public class GDBDebugger
extends java.lang.Object
implements ICDebugger


Constructor Summary
GDBDebugger()
           
 
Method Summary
 org.eclipse.cdt.debug.core.cdi.ICDISession createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config, org.eclipse.core.resources.IFile exe, int pid)
           
 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)
           
 org.eclipse.cdt.debug.core.cdi.ICDISession createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config, org.eclipse.core.resources.IFile exe)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDBDebugger

public GDBDebugger()
Method Detail

createLaunchSession

public 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
Specified by:
createLaunchSession in interface ICDebugger
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException

createAttachSession

public 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
Specified by:
createAttachSession in interface ICDebugger
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException

createCoreSession

public 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
Specified by:
createCoreSession in interface ICDebugger
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException