Update manual for Rust change
authorTom Tromey <tom@tromey.com>
Fri, 1 Dec 2017 21:16:33 +0000 (14:16 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 4 Dec 2017 16:20:39 +0000 (09:20 -0700)
I realized today that a recent change to the Rust support required an
update to the manual; and so I updated NEWS as well.

2017-12-04  Tom Tromey  <tom@tromey.com>

* NEWS: Mention Rust trait object inspection.

2017-12-04  Tom Tromey  <tom@tromey.com>

* gdb.texinfo (Rust): Update trait object status

gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 84f54a906b8c868917aec91884a8b638107fe2d1..0bb4546bfff24abf8553c56e1d602c34eb25ae0d 100644 (file)
@@ -1,3 +1,7 @@
+2017-12-04  Tom Tromey  <tom@tromey.com>
+
+       * NEWS: Mention Rust trait object inspection.
+
 2017-12-04  Pedro Alves  <palves@redhat.com>
 
        PR gdb/22499
index ff9a8199183aa81661506f87e411cd666635a811..7ca626252f3e7bffbfb45d3e49ea99f36aa7a841 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   information is provided as an extra field named "exception-message"
   in the *stopped notification.
 
+* Trait objects can now be inspected When debugging Rust code.  This
+  requires compiler support which will appear in Rust 1.24.
+
 * New remote packets
 
 QEnvironmentHexEncoded
index fa8180fc9433d071b7b49f65d061abe1d98d03fe..a108427fa94760e391f0f428f77ddca7b2f5a7fe 100644 (file)
@@ -1,3 +1,7 @@
+2017-12-04  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Rust): Update trait object status
+
 2017-12-01  Andrew Cagney  <cagney@redhat.com>
            Joel Brobecker  <brobecker@adacore.com>
            Sergio Durigan Junior  <sergiodj@redhat.com>
index 005fed89c58369be25c56faa037e7f8cc9c9dfcb..689025feabd1031614e8520a1c2e3286b5005d75 100644 (file)
@@ -15564,9 +15564,6 @@ features from being implemented by @value{GDBN}:
 @item
 Method calls cannot be made via traits.
 
-@item
-Trait objects cannot be created or inspected.
-
 @item
 Operator overloading is not implemented.