From 3fad2c2e652afc05e514fd0fee90893d659c13b4 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 6 Nov 2002 20:14:37 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index e32c361146d..d7c89355373 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,9 @@ +2002-11-06 Alain Magloire + + * src/.../mi/core/cdti/StackFrame.java (getArguments): + If an exception was throw, the array may contain null + entries. Use and a List and catch the exception. + 2002-11-05 Alain Magloire * src/.../mi/core/cdi/Register.java (setValue): Fire a