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 <tom@tromey.com> * NEWS: Mention Rust trait object inspection. 2017-12-04 Tom Tromey <tom@tromey.com> * gdb.texinfo (Rust): Update trait object status
This commit is contained in:
parent
50a1fdd59c
commit
7403715e30
@ -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
|
||||
|
3
gdb/NEWS
3
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
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user