From 1055f5efafed42d042230fc1513e741cb9799268 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 11 Dec 2002 16:07:01 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index b395a261c04..362aed58814 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,8 @@ +2002-12-10 Alain Magloire + + * src/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java (setFormat): + New method to change the variable formats(hexa, octal, etc..) + 2002-12-10 Mikhail Khodjaiants If the given source file path is absolute and the source locator can not find it in the all specified locations return a FileStorage object. * CSourceLocator.java