From 5751be1df59c7d28c2c8ad08de0b802801b8469f Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 10 Jul 2003 19:25:41 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 3fe3eb3d18f..da87b7db986 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,18 @@ +2003-07-10 Alain Magloire + + In the case of not having a PTY to unmixed inferior output from gdb commands + do the only sane thing and when a response comes in that is not a valid + MI format consider it as inferior output. + + * src/org/eclipse/cdt/debug/mi/core/output/MIParser.java: + Put non valid lines in the TargetStream. + * src/org/eclipse/cdt/debug/mi/core/MIInferior.java: + Pass output straight to the target. + * src/org/eclipse/cdt/debug/mi/core/TxThread.java: + Remove unused code. + * src/org/eclipse/cdt/debug/mi/core/command/Command.java: + Try to remove duplicate errors when throwing the MIException. + 2003-07-08 Alain Magloire Unfortunately GDB/MI does not make the errors available via the advertise @@ -15,7 +30,7 @@ CDIException.getDetailedMesssage(). - src/org/eclipse/cdt/debug/mi/core/command/*.java: All the commands + * src/org/eclipse/cdt/debug/mi/core/command/*.java: All the commands changed to grab also the logstream messages if any for the exception. 2003-06-25 Alain Magloire