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

java.lang.Object
  extended by org.eclipse.cdt.debug.mi.core.MIProcessAdapter
      extended by org.eclipse.cdt.debug.mi.core.CygwinMIProcessAdapter
All Implemented Interfaces:
org.eclipse.cdt.debug.mi.core.MIProcess

public class CygwinMIProcessAdapter
extends MIProcessAdapter

Author:
Doug Schaefer

Constructor Summary
CygwinMIProcessAdapter(java.lang.String[] args, int launchTimeout, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Method Summary
 void interrupt(org.eclipse.cdt.debug.mi.core.MIInferior inferior)
           
 
Methods inherited from class org.eclipse.cdt.debug.mi.core.MIProcessAdapter
canInterrupt, destroy, exitValue, getErrorStream, getInputStream, getOutputStream, waitFor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CygwinMIProcessAdapter

public CygwinMIProcessAdapter(java.lang.String[] args,
                              int launchTimeout,
                              org.eclipse.core.runtime.IProgressMonitor monitor)
                       throws java.io.IOException
Parameters:
args -
launchTimeout -
monitor -
Throws:
java.io.IOException
Method Detail

interrupt

public void interrupt(org.eclipse.cdt.debug.mi.core.MIInferior inferior)
Specified by:
interrupt in interface org.eclipse.cdt.debug.mi.core.MIProcess
Overrides:
interrupt in class MIProcessAdapter