1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Changed ascii art to be more visually understandable.

This commit is contained in:
Marc Khouzam 2009-10-07 12:59:11 +00:00
parent 1bfac4dbe8
commit bbbe311296
2 changed files with 19 additions and 15 deletions

View file

@ -84,14 +84,16 @@ public class GDBProcesses_7_0 extends AbstractDsfService
// MIProcesses service and the MIRunControl service for the MI
// implementation of DSF:
//
// MIControlDMContext
// MIControlDMContext (ICommandControlDMContext)
// |
// MIProcessDMC (IProcess)
// MIContainerDMC _____/ |
// (IContainer) |
// | MIThreadDMC (IThread)
// MIExecutionDMC _____/
// (IExecution)
// MIProcessDMC (IProcess)
// / \
// / \
// MIContainerDMC MIThreadDMC (IThread)
// (IContainer) /
// \ /
// MIExecutionDMC
// (IExecution)
//
/**

View file

@ -56,14 +56,16 @@ public class MIProcesses extends AbstractDsfService implements IMIProcesses, ICa
// MIProcesses service and the MIRunControl service for the MI
// implementation of DSF:
//
// MIControlDMContext
// MIControlDMContext (ICommandControlDMContext)
// |
// MIProcessDMC (IProcess)
// MIContainerDMC ______/ |
// (IContainer) |
// | MIThreadDMC (IThread)
// MIExecutionDMC _____/
// (IExecution)
// MIProcessDMC (IProcess)
// / \
// / \
// MIContainerDMC MIThreadDMC (IThread)
// (IContainer) /
// \ /
// MIExecutionDMC
// (IExecution)
//
/**