This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: patch NEWS for MI changes (Was: [0/3] RFC: fix PR mi/8444)


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> I think this should have a NEWS entry.  MI changes should
Pedro> be advertised so frontend maintainers notice them.

I agree.

I went through ChangeLog and looked at the various MI changes from this
year.  This is what I came up with.

Ok?

Tom

2011-12-05  Tom Tromey  <tromey@redhat.com>

	* NEWS: Add MI news.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.470
diff -u -r1.470 NEWS
--- NEWS	29 Nov 2011 03:49:09 -0000	1.470
+++ NEWS	5 Dec 2011 21:50:49 -0000
@@ -65,6 +65,16 @@
      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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]