diff options
author | Tom Tromey <tom@tromey.com> | 2017-12-01 14:16:33 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-12-04 09:20:39 -0700 |
commit | 7403715e305f7733d8dfa4a8e1739f12f5180cb2 (patch) | |
tree | de65e1a894bd246c8af1a41cd08d21719aa73010 /gdb/NEWS | |
parent | 50a1fdd59c1777672a9be0e81fe2301c2a115fce (diff) | |
download | gdb-7403715e305f7733d8dfa4a8e1739f12f5180cb2.zip gdb-7403715e305f7733d8dfa4a8e1739f12f5180cb2.tar.gz gdb-7403715e305f7733d8dfa4a8e1739f12f5180cb2.tar.bz2 |
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
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |