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
|
||||
// implementation of DSF:
|
||||
//
|
||||
// MIControlDMContext
|
||||
// MIControlDMContext (ICommandControlDMContext)
|
||||
// |
|
||||
// MIProcessDMC (IProcess)
|
||||
// MIContainerDMC _____/ |
|
||||
// (IContainer) |
|
||||
// | MIThreadDMC (IThread)
|
||||
// MIExecutionDMC _____/
|
||||
// (IExecution)
|
||||
// MIProcessDMC (IProcess)
|
||||
// / \
|
||||
// / \
|
||||
// MIContainerDMC MIThreadDMC (IThread)
|
||||
// (IContainer) /
|
||||
// \ /
|
||||
// MIExecutionDMC
|
||||
// (IExecution)
|
||||
//
|
||||
|
||||
/**
|
||||
|
|
|
@ -56,16 +56,18 @@ 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)
|
||||
//
|
||||
|
||||
|
||||
/**
|
||||
* Context representing a thread in GDB/MI
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue