1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

return the gdb process.

This commit is contained in:
Alain Magloire 2002-09-03 04:16:24 +00:00
parent 06345ac843
commit dccf5a3e6a

View file

@ -212,6 +212,13 @@ MIPlugin.getDefault().debugLog(number++ + " " + cmd.toString());
return inferior;
}
/**
* Return the "gdb/mi" Process.
*/
public Process getMIProcess() {
return miProcess;
}
/**
* Check if the gdb session is terminated.
*/