1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00
This commit is contained in:
Alain Magloire 2002-10-22 20:29:02 +00:00
parent b73167960d
commit 5542ed9ed7

View file

@ -1,3 +1,20 @@
2002-10-22 Alain Magloire
Change the framewor to support access to gdb prompt.
Trying to reuse as much as possible Eclipse framework.
The session/gdb process is available via CDI.
* src/.../core/GDBStreamsProxy.java: Removed.
* src/.../core/GDBProcess.java: Removed.
* src/.../core/GDBStreamMonitor.java: Removed.
* src/.../core/SessionProcess.java: New file.
* src/.../core/MISession.java (getMISessionProcess):
New method, returns a "fake" Process that wraps the input/outpu
stream of gdb.
(getGDBProcess): was getMIProcess(), renamed.
* src/.../core/cdi/CSession.java (getSessionProcess): New method
return gdb process.
2002-10-22 Alain Magloire 2002-10-22 Alain Magloire
* src/.../core/GDBStreamsProxy.java (write): * src/.../core/GDBStreamsProxy.java (write):