diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 4effdbf6c38..075fec1e5fc 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -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