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