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

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

public class CygwinGDBDebugger
extends GDBDebugger

Cygwin GDB Debugger overrides the GDB Debugger to apply the Cygwin Command Factory to the MI Session.


Constructor Summary
CygwinGDBDebugger()
           
 
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

CygwinGDBDebugger

public CygwinGDBDebugger()
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
Overrides:
createLaunchSession in class GDBDebugger
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
Overrides:
createAttachSession in class GDBDebugger
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
Overrides:
createCoreSession in class GDBDebugger
Throws:
org.eclipse.cdt.debug.core.cdi.CDIException