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:
parent
06345ac843
commit
dccf5a3e6a
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue