mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Implement the new method getSessionProcess().
This commit is contained in:
parent
120ac81741
commit
1e55ad4fb2
1 changed files with 7 additions and 0 deletions
|
@ -208,4 +208,11 @@ public class CSession implements ICDISession, ICDISessionObject {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see org.eclipse.cdt.debug.core.cdi.ICDISession#getSessionProcess()
|
||||||
|
*/
|
||||||
|
public Process getSessionProcess() throws CDIException {
|
||||||
|
return session.getSessionProcess();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue