mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
updated.
This commit is contained in:
parent
b73167960d
commit
5542ed9ed7
1 changed files with 17 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue