From 316f9255b69491b00c5f04314c53fe9525a4ed2d Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Tue, 19 Oct 2004 18:57:22 +0000 Subject: [PATCH] Support of the thread-specific breakpoints. Fix for the error handling of the asynchronous operations. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index d838cade11b..1da286ac893 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,10 @@ +2004-10-19 Mikhail Khodjaiants + Support of the thread-specific breakpoints. + Fix for the error handling of the asynchronous operations. + * CBreakpointManager.java + * CDebugTarget.java + * CoreModelMessages.properties + 2004-10-18 Alain Magloire Make ICDIRuntimeOptions be part of ICDITarget * cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java