From 5de1f4a17b801f1f34e438b86c2051528eb06262 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 10 Jul 2003 19:34:22 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/design.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/design.txt b/debug/org.eclipse.cdt.debug.mi.core/design.txt index 56c274540b7..782d0275725 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/design.txt +++ b/debug/org.eclipse.cdt.debug.mi.core/design.txt @@ -88,6 +88,20 @@ MICommands will do there own parsing: MIBreakInsertInfo info = cmd.getBreakInsertInfo(); // Parsing of the Result Record. **** +MI Process + +For convienience, to java.lang.Process is provided. + + MISession.getSessionProcess(); + +This Process talks directly to gdb and is smart enough to wrap any command +in CLICommand etc .. + + MISession.getMIInferior() + +MIInferior implements Process for the Inferiror. + +***** MI <==> CDI Adapters To do.