From 7376e45089f069986d7ae57c8183d84a7e6aa611 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 6 Dec 2011 14:27:39 +0000 Subject: [PATCH] * NEWS: Add MI news. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 780d73e..de040a1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-12-06 Tom Tromey + + * NEWS: Add MI news. + 2011-12-06 Ulrich Weigand * s390-tdep.h (S390_ORIG_R2_REGNUM): Define. diff --git a/gdb/NEWS b/gdb/NEWS index f13caf8..2c6e7e1 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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 -- 2.7.4