* varobj.c (struct varobj): Fix comment
authorVladimir Prus <vladimir@codesourcery.com>
Fri, 31 Aug 2007 19:01:17 +0000 (19:01 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Fri, 31 Aug 2007 19:01:17 +0000 (19:01 +0000)
for the type member not to lie when it can be
NULL.

gdb/ChangeLog
gdb/varobj.c

index 242822fdb5e5988570fd6f59bb7032ca157351d0..7732b944eb4a623e329d7f4241c0eadca889f069 100644 (file)
@@ -1,3 +1,9 @@
+2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * varobj.c (struct varobj): Fix comment
+       for the type member not to lie when it can be 
+       NULL.
+       
 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
 
        Implement -var-info-path-expression.
index 7235de31f1f20b0de30fa4c60bb25245e17b6a33..5ea81fa3ef66bb7830a0ad6428864de5198cdfea 100644 (file)
@@ -110,7 +110,9 @@ struct varobj
   /* Index of this variable in its parent or -1 */
   int index;
 
-  /* The type of this variable. This may NEVER be NULL. */
+  /* The type of this variable.  This can be NULL
+     for artifial variable objects -- currently, the "accessibility" 
+     variable objects in C++.  */
   struct type *type;
 
   /* The value of this expression or subexpression.  A NULL value