From 7a4da108d7978e370bec19b55d38c51505f3ef27 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 29 May 2003 20:53:57 +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 67835453649..4135dbda015 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,11 @@ +2003-05-29 Alain Magloire + + * src/org/eclipse/cdt/debug/core/cdi/model/type/ICDIIntegralValue.java: + public long longValue() throws CDIException; + public int intValue() throws CDIException; + public short shortValue() throws CDIException; + public int byteValue() throws CDIException; + 2003-05-29 Mikhail Khodjaiants Added new methods to ICVariable to vizualize arrays and structures based on the new CDI types.