Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
index a4fc7037037..1af1918702c 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
@@ -1,8 +1,15 @@
+2003-08-26 Alain Magloire
+
+ Using the wrong method for toString() and we were returning
+ a overly verbose string.
+
+ * src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
+
2003-08-25 Alain Magloire
- Small fix, get the datatype form the GDBTypeParser.
+ Small fix, get the datatype for the GDBTypeParser.
- * src/org/eclipse/cdt/debu/mi/core/cdi/SourceManager.java
+ * src/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java
2003-08-22 Alain Magloire

Back to the top