mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +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 inferior;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the "gdb/mi" Process.
|
||||||
|
*/
|
||||||
|
public Process getMIProcess() {
|
||||||
|
return miProcess;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if the gdb session is terminated.
|
* Check if the gdb session is terminated.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue