org.eclipse.cdt.debug.mi.core
Class GDBServerDebugger
java.lang.Object
org.eclipse.cdt.debug.mi.core.GDBServerDebugger
- All Implemented Interfaces:
- ICDebugger
public class GDBServerDebugger
- extends java.lang.Object
- implements ICDebugger
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 |
GDBServerDebugger
public GDBServerDebugger()
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