From a02276b6eeb32cb64eea9239787a4db0e8a69124 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sat, 19 Oct 2002 19:15:49 +0000 Subject: [PATCH] updated --- debug/org.eclipse.cdt.debug.core/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 97eabd5debc..4885d88daa9 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,16 @@ +2002-10-19 Alain Magloire + + The UI needs to be told when the memory changes + so it can update the memory view. The responsability + of this been push to the CDI implementation to generate + events(ICDIMemoryChangedEvent) for modified memories. The + getSource() method of the class should return an ICDIMemoryBlock. + Note that the CDI implementation will only try to generate + the event for ICDIMemoryBlock that are not frozen(setFrozen()) since this + is a potentially very time consuming operation. + + * src/.../cdi/even/ICDIMemoryChangedEvent.java: New Class. + 2002-10-17 Mikhail Khodjaiants Implementing the memory view support: * CFormattedMemoryBlock.java: implementation of the 'dispose' method added.