From 7403715e305f7733d8dfa4a8e1739f12f5180cb2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 1 Dec 2017 14:16:33 -0700 Subject: [PATCH] Update manual for Rust change 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 * NEWS: Mention Rust trait object inspection. 2017-12-04 Tom Tromey * gdb.texinfo (Rust): Update trait object status --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 3 +++ gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 3 --- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 84f54a9..0bb4546 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-12-04 Tom Tromey + + * NEWS: Mention Rust trait object inspection. + 2017-12-04 Pedro Alves PR gdb/22499 diff --git a/gdb/NEWS b/gdb/NEWS index ff9a819..7ca6262 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -139,6 +139,9 @@ 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 diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fa8180f..a108427 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2017-12-04 Tom Tromey + + * gdb.texinfo (Rust): Update trait object status + 2017-12-01 Andrew Cagney Joel Brobecker Sergio Durigan Junior diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 005fed8..689025f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15565,9 +15565,6 @@ features from being implemented by @value{GDBN}: Method calls cannot be made via traits. @item -Trait objects cannot be created or inspected. - -@item Operator overloading is not implemented. @item -- 2.7.4