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

java.lang.Object
  extended by org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger
      extended by org.eclipse.cdt.debug.mi.core.GDBCDIDebugger2
All Implemented Interfaces:
ICDIDebugger, ICDIDebugger2
Direct Known Subclasses:
CygwinGDBCDIDebugger2, GDBServerCDIDebugger2, MinGWDebugger

public class GDBCDIDebugger2
extends AbstractGDBCDIDebugger

Implementing the cdebugger extension point for basic launch configurations.


Constructor Summary
GDBCDIDebugger2()
           
 
Method Summary
static java.lang.String getProjectName(org.eclipse.debug.core.ILaunchConfiguration configuration)
           
static org.eclipse.core.runtime.IPath getProjectPath(org.eclipse.debug.core.ILaunchConfiguration configuration)
           
 
Methods inherited from class org.eclipse.cdt.debug.mi.core.AbstractGDBCDIDebugger
createDebuggerSession, createSession
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDBCDIDebugger2

public GDBCDIDebugger2()
Method Detail

getProjectPath

public static org.eclipse.core.runtime.IPath getProjectPath(org.eclipse.debug.core.ILaunchConfiguration configuration)
                                                     throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getProjectName

public static java.lang.String getProjectName(org.eclipse.debug.core.ILaunchConfiguration configuration)
                                       throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException