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.