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

java.lang.Object
  extended by org.eclipse.cdt.debug.mi.core.GDBCDIDebugger
      extended by org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger
All Implemented Interfaces:
ICDIDebugger

public class CygwinGDBCDIDebugger
extends GDBCDIDebugger

Cygwin debugger extension point.


Constructor Summary
CygwinGDBCDIDebugger()
           
 
Method Summary
 org.eclipse.cdt.debug.mi.core.cdi.Session createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session createCoreSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.debug.mi.core.cdi.Session createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config, IBinaryParser.IBinaryObject exe, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class org.eclipse.cdt.debug.mi.core.GDBCDIDebugger
createDebuggerSession, getProjectName, getProjectPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CygwinGDBCDIDebugger

public CygwinGDBCDIDebugger()
Method Detail

createLaunchSession

public org.eclipse.cdt.debug.mi.core.cdi.Session createLaunchSession(org.eclipse.debug.core.ILaunchConfiguration config,
                                                                     IBinaryParser.IBinaryObject exe,
                                                                     org.eclipse.core.runtime.IProgressMonitor monitor)
                                                              throws org.eclipse.core.runtime.CoreException
Overrides:
createLaunchSession in class GDBCDIDebugger
Throws:
org.eclipse.core.runtime.CoreException

createAttachSession

public org.eclipse.cdt.debug.mi.core.cdi.Session createAttachSession(org.eclipse.debug.core.ILaunchConfiguration config,
                                                                     IBinaryParser.IBinaryObject exe,
                                                                     org.eclipse.core.runtime.IProgressMonitor monitor)
                                                              throws org.eclipse.core.runtime.CoreException
Overrides:
createAttachSession in class GDBCDIDebugger
Throws:
org.eclipse.core.runtime.CoreException

createCoreSession

public org.eclipse.cdt.debug.mi.core.cdi.Session createCoreSession(org.eclipse.debug.core.ILaunchConfiguration config,
                                                                   IBinaryParser.IBinaryObject exe,
                                                                   org.eclipse.core.runtime.IProgressMonitor monitor)
                                                            throws org.eclipse.core.runtime.CoreException
Overrides:
createCoreSession in class GDBCDIDebugger
Throws:
org.eclipse.core.runtime.CoreException