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

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.debug.core.model.RuntimeProcess
          extended by org.eclipse.cdt.debug.mi.core.GDBProcess
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IProcess, org.eclipse.debug.core.model.ITerminate

public class GDBProcess
extends org.eclipse.debug.core.model.RuntimeProcess


Field Summary
 
Fields inherited from interface org.eclipse.debug.core.model.IProcess
ATTR_CMDLINE, ATTR_PROCESS_LABEL, ATTR_PROCESS_TYPE
 
Constructor Summary
GDBProcess(org.eclipse.cdt.debug.mi.core.cdi.model.Target target, org.eclipse.debug.core.ILaunch launch, java.lang.Process process, java.lang.String name, java.util.Map attributes)
           
 
Method Summary
 org.eclipse.cdt.debug.mi.core.cdi.model.Target getTarget()
           
 
Methods inherited from class org.eclipse.debug.core.model.RuntimeProcess
canTerminate, getAdapter, getAttribute, getExitValue, getLabel, getLaunch, getStreamsProxy, isTerminated, setAttribute, terminate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDBProcess

public GDBProcess(org.eclipse.cdt.debug.mi.core.cdi.model.Target target,
                  org.eclipse.debug.core.ILaunch launch,
                  java.lang.Process process,
                  java.lang.String name,
                  java.util.Map attributes)
Method Detail

getTarget

public org.eclipse.cdt.debug.mi.core.cdi.model.Target getTarget()