1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00
This commit is contained in:
Alain Magloire 2002-10-22 04:53:30 +00:00
parent 281e19abf3
commit 9d99bf397d

View file

@ -1,3 +1,20 @@
2002-10-21 Alain Magloire
* src/.../core/GDBProcess.java (getExitValue): Catch
IllegalThreadStateException.
(getAttribute): Only create Properties, when call.
(setAttribute): Only create Properties, when call.
(getAdapter): Implemented.
(canTerminate): true only of the process is alive.
(GDBProcess): Takes one more argument the name.
* src/.../core/GDBStreamMonitor.java (fireStreamAppend): New method.
Use a synchronized LinkedList for the listeners.
(read): new Method.
(startMonitoring): New method, start a thread in the background
to monitor the input.
* src/.../core/GDBStreamsProxy.java (getErrorStream): Start the monitor thread.
(getOutputStream): Start the monitor thread.
2002-10-21 Alain Magloire
Framework for having a gdb console. The idea is to reuse