mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +02:00
updated.
This commit is contained in:
parent
281e19abf3
commit
9d99bf397d
1 changed files with 17 additions and 0 deletions
|
@ -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
|
2002-10-21 Alain Magloire
|
||||||
|
|
||||||
Framework for having a gdb console. The idea is to reuse
|
Framework for having a gdb console. The idea is to reuse
|
||||||
|
|
Loading…
Add table
Reference in a new issue