org.eclipse.cdt.debug.mi.core
Class CygwinGDBCDIDebugger
java.lang.Object
org.eclipse.cdt.debug.mi.core.GDBCDIDebugger
org.eclipse.cdt.debug.mi.core.CygwinGDBCDIDebugger
- All Implemented Interfaces:
- ICDIDebugger
public class CygwinGDBCDIDebugger
- extends GDBCDIDebugger
Cygwin debugger extension point.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CygwinGDBCDIDebugger
public CygwinGDBCDIDebugger()
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