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