diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 075fec1e5fc..589d287a347 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,9 @@ +2002-10-22 Alain Magloire + + * src/.../core/GDBStreamsProxy.java (write): + Replace the OutputStream with a Write class. + And clear the buffer on flush(). + 2002-10-21 Alain Magloire * src/.../core/GDBProcess.java (getExitValue): Catch