1
0
Fork 0
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:
Alain Magloire 2002-10-22 20:31:34 +00:00
parent 5542ed9ed7
commit 08482cfc99

View file

@ -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;
}