mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
updated.
This commit is contained in:
parent
5751be1df5
commit
5de1f4a17b
1 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue