* NEWS: Add MI news.
authorTom Tromey <tromey@redhat.com>
Tue, 6 Dec 2011 14:27:39 +0000 (14:27 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 6 Dec 2011 14:27:39 +0000 (14:27 +0000)
gdb/ChangeLog
gdb/NEWS

index 780d73e2833cd4932978fd4668573d2f710b97e7..de040a13b0de2699384ec1c7d4b5007a7e90284c 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-06  Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Add MI news.
+
 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * s390-tdep.h (S390_ORIG_R2_REGNUM): Define.
index f13caf85304b70fa61e414dc9dbb9059223c6ab0..2c6e7e1dff4ff679ddcbe0780217ae5731fd1611 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
      the standard Python "iteritems" method, it will recursively traverse
      any anonymous fields.
 
+* MI changes
+
+  ** "*stopped" events can report several new "reason"s, such as
+     "solib-event".
+
+  ** Breakpoint changes are now notified using new async records, like
+     "=breakpoint-modified".
+
+  ** New command -ada-task-info.
+
 * libthread-db-search-path now supports two special values: $sdir and $pdir.
   $sdir specifies the default system locations of shared libraries.
   $pdir specifies the directory where the libpthread used by the application