2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 23 Oct 2002 23:54:33 +0000 (23:54 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 23 Oct 2002 23:54:33 +0000 (23:54 +0000)
commitfb9b6b359f5378f9b37aa13b57be30175fc2e6fa
tree10b5992e47d5cc78f5c894d161e2b7942deb64c7
parent8da065d53ccd9ed50eb9b30979672ba0ead52a1c
2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>

        * NEWS: add recent mi fixes.
        * varobj.c (struct varobj): Add new "updated" flag.
        (new_variable): Default "updated" flag to 0.
        (varobj_set_value): Set "updated" flag to 1 if value
        changes.
        (varobj_update): Check varobj "updated" flag before
        comparing old and refreshed values.  Fix for
        PR gdb/702.
gdb/ChangeLog
gdb/NEWS
gdb/varobj.c