|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.RuntimeProcess
org.eclipse.cdt.debug.mi.core.GDBProcess
public class GDBProcess
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 |
---|
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 |
---|
public org.eclipse.cdt.debug.mi.core.cdi.model.Target getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |