From a8f3a92e070a51839c9588f0f6ccd8d3db2a3a62 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Thu, 31 Oct 2002 22:34:33 +0000 Subject: [PATCH] Fix for synchronization bug in CFormattedMemoryBlock. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 3558b470fa6..787d9edcca7 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,7 @@ +2002-10-31 Mikhail Khodjaiants + Fixed the synchronization bug. + * CFormattedMemoryBlock.java: implementation of the 'refresh' method. + 2002-10-30 Mikhail Khodjaiants Implementing the 'Refresh Memory' action. * IFormattedMemoryBlock.java: added the 'refresh' method.