Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] MI and ProcessFactory

Hello,

Just got a short question on the way MI invokes GDB.

MI uses ProcessFactory to create the process and inside ProcessFactory, it
uses Spawner, my question is: why does it need to use Spawner, what is
it used for?

Related Classes:
org.eclipse.cdt.debug.mi.core.MIProcessAdapter
org.eclipse.cdt.utils.spawner.ProcessFactory;
org.eclipse.cdt.utils.spawner.Spawner;


Thanks,
Donny


Back to the top