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:
parent
1bfac4dbe8
commit
bbbe311296
2 changed files with 19 additions and 15 deletions
|
@ -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)
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -56,14 +56,16 @@ 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)
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue