From patchwork Fri Dec 1 21:17:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 24682 Received: (qmail 40055 invoked by alias); 1 Dec 2017 21:17:44 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 40044 invoked by uid 89); 1 Dec 2017 21:17:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KB_WAM_FROM_NAME_SINGLEWORD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: gateway30.websitewelcome.com Received: from gateway30.websitewelcome.com (HELO gateway30.websitewelcome.com) (192.185.160.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Dec 2017 21:17:41 +0000 Received: from cm11.websitewelcome.com (cm11.websitewelcome.com [100.42.49.5]) by gateway30.websitewelcome.com (Postfix) with ESMTP id 33278780F for ; Fri, 1 Dec 2017 15:17:40 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id KsgmeQDaSvkfxKsgme4moE; Fri, 01 Dec 2017 15:17:40 -0600 Received: from 71-218-90-63.hlrn.qwest.net ([71.218.90.63]:60310 helo=pokyo.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1eKsgl-002Da3-UG; Fri, 01 Dec 2017 15:17:40 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [RFA] Update manual for Rust change Date: Fri, 1 Dec 2017 14:17:37 -0700 Message-Id: <20171201211737.4007-1-tom@tromey.com> X-BWhitelist: no X-Source-L: No X-Exim-ID: 1eKsgl-002Da3-UG X-Source-Sender: 71-218-90-63.hlrn.qwest.net (pokyo.Home) [71.218.90.63]:60310 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes 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-01 Tom Tromey * NEWS: Mention Rust trait object inspection. 2017-12-01 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 fe67e39eb0..ec3f8a04f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-12-01 Tom Tromey + + * NEWS: Mention Rust trait object inspection. + 2017-12-01 Andrew Cagney Joel Brobecker Sergio Durigan Junior diff --git a/gdb/NEWS b/gdb/NEWS index ff9a819918..7ca626252f 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 fa8180fc94..48bcc2987e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2017-12-01 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 005fed89c5..689025feab 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