Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAlain Magloire2002-11-06 20:14:37 +0000
committerAlain Magloire2002-11-06 20:14:37 +0000
commit3fad2c2e652afc05e514fd0fee90893d659c13b4 (patch)
tree932eb6f2d0d63bba2854ec0c5aefb5720add019e /debug
parent1a65c8e12787da7d53fcfee467b23a4ce943b5df (diff)
downloadorg.eclipse.cdt-3fad2c2e652afc05e514fd0fee90893d659c13b4.tar.gz
org.eclipse.cdt-3fad2c2e652afc05e514fd0fee90893d659c13b4.tar.xz
org.eclipse.cdt-3fad2c2e652afc05e514fd0fee90893d659c13b4.zip
updated.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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

Back to the top