*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Fri, 5 Jan 2007 21:52:05 +0000 (21:52 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Fri, 5 Jan 2007 21:52:05 +0000 (21:52 +0000)
gdb/ChangeLog

index d1112fb..95f7248 100644 (file)
@@ -1,3 +1,14 @@
+2007-01-06  Nick Roberts  <nickrob@snap.net.nz>
+
+       * varobj.c (struct varobj): New member print_value.
+       (install_new_value): Compare last printed value with current one
+       instead of contents.
+       (new_variable): Initialize var->print_value to NULL.
+       (free_variable): Free var->print_value.
+       (value_get_print_value): New function derived from
+       c_value_of_variable.
+       (c_value_of_variable): Use value_get_print_value.
+
 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
 
        * i386-tdep.c (i386_analyze_stack_align): Add comment.