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

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

public class GDBServerCDIDebugger
extends GDBCDIDebugger

Implementing cdebugger extension point


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

GDBServerCDIDebugger

public GDBServerCDIDebugger()
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