mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
new Method getSessionProcess.
This commit is contained in:
parent
5542ed9ed7
commit
08482cfc99
1 changed files with 6 additions and 0 deletions
|
@ -110,4 +110,10 @@ public interface ICDISession {
|
|||
*/
|
||||
void terminate() throws CDIException;
|
||||
|
||||
/**
|
||||
* Gaves direct access to the underlying debugger process.
|
||||
* @return the debugger process.
|
||||
*/
|
||||
Process getSessionProcess() throws CDIException;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue