From 9d99bf397d658bfd8b80e5d7a0c68e3eeda67af0 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 22 Oct 2002 04:53:30 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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