aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-12-06 14:27:39 +0000
committerTom Tromey <tromey@redhat.com>2011-12-06 14:27:39 +0000
commit7376e45089f069986d7ae57c8183d84a7e6aa611 (patch)
tree98b3da2188674ee82b9ff69def5d9bd417a932db /gdb/NEWS
parentc642a4345689554fbb6308c27ce59c1e86d87a7c (diff)
downloadgdb-7376e45089f069986d7ae57c8183d84a7e6aa611.zip
gdb-7376e45089f069986d7ae57c8183d84a7e6aa611.tar.gz
gdb-7376e45089f069986d7ae57c8183d84a7e6aa611.tar.bz2
* NEWS: Add MI news.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS10
1 files changed, 10 insertions, 0 deletions
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