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 // MIProcesses service and the MIRunControl service for the MI
// implementation of DSF: // implementation of DSF:
// //
// MIControlDMContext // MIControlDMContext (ICommandControlDMContext)
// | // |
// MIProcessDMC (IProcess) // MIProcessDMC (IProcess)
// MIContainerDMC _____/ | // / \
// (IContainer) | // / \
// | MIThreadDMC (IThread) // MIContainerDMC MIThreadDMC (IThread)
// MIExecutionDMC _____/ // (IContainer) /
// (IExecution) // \ /
// MIExecutionDMC
// (IExecution)
// //
/** /**

View file

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