From aa7b0c68a069bddad4f630185ab42fa996b7a3d0 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 17 Oct 2002 14:29:21 +0000 Subject: [PATCH] Updated. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 77bbf2a5890..bcc392b2a2d 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,11 @@ +2002-10-16 Alain Magloire + + In the memory manager a string should be allowed to + create a block since an expression can be use. + + * src/.../debug.core.cdi/ICDIMemoryManager.java (createMemoryBlock): + New method that takes a string as the first argument. + 2002-10-15 Mikhail Khodjaiants * CDebugModel.java: Implementing the memory view support. * ICMemoryManager: Implementing the memory view support.