From c63d89c8c81b3afef016aa962737adde9e41a740 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sun, 20 Apr 2003 23:55:56 +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 ed148da2dd3..429b309d50b 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,8 @@ +2003-04-20 Alain Magloire + + * CValue.java: + Was throwing a IndexOutOfBoundException. + 2003-04-17 Mikhail Khodjaiants Check if the underlying cdi variable is not null before accessing it. * CVariable.java