From 6c34b97f047fb5eea4f98299cd7fcba92ca61b5a Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 6 Nov 2002 21:04:43 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index d7c89355373..38f33d56301 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,7 +1,13 @@ 2002-11-06 Alain Magloire - * src/.../mi/core/cdti/StackFrame.java (getArguments): - If an exception was throw, the array may contain null + * src/.../mi/core/StackFrame.java (getLocals): + If an exception was thrown, the array may contain null + entries. Use a list and catch the exception. + +2002-11-06 Alain Magloire + + * src/.../mi/core/cdi/StackFrame.java (getArguments): + If an exception was thrown, the array may contain null entries. Use and a List and catch the exception. 2002-11-05 Alain Magloire