Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-05-23 16:04:36 +0000
committerAlain Magloire2003-05-23 16:04:36 +0000
commita694d99ff6bf93ed162762b6590054edef75b3d7 (patch)
tree6742d7ae0bb2f9a3ff3a7528eefe178371bffa80
parentcf8ff11215ce3feae599697d0cd1d17582fc0a45 (diff)
downloadorg.eclipse.cdt-a694d99ff6bf93ed162762b6590054edef75b3d7.tar.gz
org.eclipse.cdt-a694d99ff6bf93ed162762b6590054edef75b3d7.tar.xz
org.eclipse.cdt-a694d99ff6bf93ed162762b6590054edef75b3d7.zip
updated.
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
index 9d25a312c5e..ef2b96c47c4 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
@@ -1,5 +1,10 @@
2003-05-24 Alain Magloire
+ * src/org/eclipse/cdt/debug/mi/core/cdi/StackFrame.java
+ When execption reset the variable to null and rethrow the exception.
+
+2003-05-24 Alain Magloire
+
Continuing the implementation of types.
ICDIType is ICDIObject.
* src/org/eclispe/cdt/mi/core/cdi/model/type/Type.java:

Back to the top