1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00
This commit is contained in:
Alain Magloire 2003-07-10 19:34:22 +00:00
parent 5751be1df5
commit 5de1f4a17b

View file

@ -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.