From eec646bbe598e5135b435b99e294599487379822 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 6 May 2003 16:04:23 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 827f20f287e..a23396cf20c 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,8 @@ +2003-05-06 Alain Magloire + + * src/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java (suspend): + Suspend the program before selecting the thread. + 2003-05-01 Mikhail Khodjaiants Implementations of the new "terminateSessionOnExit" method of ICDIConfiguration. * Configuration.java