From eb6a564511600992ed22de8dd3d59c43663e4b0e Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 2 Apr 2003 21:15:34 +0000 Subject: [PATCH] updated --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 8f211fadb84..ee4b6c1ad7a 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,9 @@ +2003-04-02 Alain Magloire + + * src/org/eclipse/cdt/debug/mi/core/cdt/model/Target.java: + suspend() sync for at least < 10 seconds to allow the gdb to + suspend via SIGINT the program. + 2003-03-28 Mikhail Khodjaiants Added time stamp to the trace messages. * MIPlugin.java