org.eclipse.cdt.debug.testplugin
Class CDebugHelper

java.lang.Object
  extended by org.eclipse.cdt.debug.testplugin.CDebugHelper

public class CDebugHelper
extends java.lang.Object

Helper methods to set up a Debug session.


Constructor Summary
CDebugHelper()
           
 
Method Summary
static org.eclipse.cdt.debug.core.cdi.ICDISession createSession(java.lang.String exe)
          Creates a ICDISession.
static org.eclipse.cdt.debug.core.cdi.ICDISession createSession(java.lang.String exe, org.eclipse.cdt.core.model.ICProject project)
          Creates a ICDISession.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDebugHelper

public CDebugHelper()
Method Detail

createSession

public static org.eclipse.cdt.debug.core.cdi.ICDISession createSession(java.lang.String exe)
                                                                throws java.io.IOException,
                                                                       org.eclipse.cdt.debug.mi.core.MIException
Creates a ICDISession.

Throws:
java.io.IOException
org.eclipse.cdt.debug.mi.core.MIException

createSession

public static org.eclipse.cdt.debug.core.cdi.ICDISession createSession(java.lang.String exe,
                                                                       org.eclipse.cdt.core.model.ICProject project)
                                                                throws java.io.IOException,
                                                                       org.eclipse.cdt.debug.mi.core.MIException,
                                                                       org.eclipse.cdt.core.model.CModelException
Creates a ICDISession.

Throws:
java.io.IOException
org.eclipse.cdt.debug.mi.core.MIException
org.eclipse.cdt.core.model.CModelException