aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-10-23 23:54:33 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-10-23 23:54:33 +0000
commitfb9b6b359f5378f9b37aa13b57be30175fc2e6fa (patch)
tree10b5992e47d5cc78f5c894d161e2b7942deb64c7 /gdb/NEWS
parent8da065d53ccd9ed50eb9b30979672ba0ead52a1c (diff)
downloadgdb-fb9b6b359f5378f9b37aa13b57be30175fc2e6fa.zip
gdb-fb9b6b359f5378f9b37aa13b57be30175fc2e6fa.tar.gz
gdb-fb9b6b359f5378f9b37aa13b57be30175fc2e6fa.tar.bz2
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 4ce063e..0ba805d 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -12,6 +12,11 @@ option "-i=mi", has been changed to "mi2". The previous MI syntax,
Support for the original "mi0" syntax (included in GDB 5.0) has been
removed.
+Fix for gdb/192: removed extraneous space when displaying frame level.
+Fix for gdb/672: update changelist is now output in mi list format.
+Fix for gdb/702: a -var-assign that updates the value now shows up
+ in a subsequent -var-update.
+
* REMOVED configurations and files
V850EA ISA