Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-08-22 17:09:51 +0000
committerAlain Magloire2003-08-22 17:09:51 +0000
commitd3c32bb369f2a6a3b1904b7cce1b1167ecf7b575 (patch)
tree73e9412778253965c01a4a19379c2b13a4a1b365
parent480c9e4101317cb0434dbbea08de91d79144862d (diff)
downloadorg.eclipse.cdt-d3c32bb369f2a6a3b1904b7cce1b1167ecf7b575.tar.gz
org.eclipse.cdt-d3c32bb369f2a6a3b1904b7cce1b1167ecf7b575.tar.xz
org.eclipse.cdt-d3c32bb369f2a6a3b1904b7cce1b1167ecf7b575.zip
updated.
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
index 8a9d97f3090..c056667eeaa 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
@@ -1,3 +1,13 @@
+2003-08-22 Alain Magloire
+
+ For casting array we use the "@" format, hide it in
+ the name. But show it the qualifiedName() since the
+ expression is use to evaluate.
+
+ * src/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
+ * src/org/eclipse/cdt/debug/mi/core/cdi/model/VariableObject.java
+ * src/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
+
2003-08-21 Alain Magloire
GDB varobj for the arrays children name only returns

Back to the top