diff options
author | Tom Tromey <tom@tromey.com> | 2016-04-26 19:38:56 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-05-17 12:02:02 -0600 |
commit | 0bdfa368bc8dbea2f39706e34306c9b67883bbb1 (patch) | |
tree | 2ebe492ab07399b46238fbf02e6efadcdd7f67ed /gdb/NEWS | |
parent | 67218854b1987d89593ccaf5feaf5b29b1b976f2 (diff) | |
download | gdb-0bdfa368bc8dbea2f39706e34306c9b67883bbb1.zip gdb-0bdfa368bc8dbea2f39706e34306c9b67883bbb1.tar.gz gdb-0bdfa368bc8dbea2f39706e34306c9b67883bbb1.tar.bz2 |
Add Rust documentation
This patch adds documentation for the new Rust support in gdb.
2016-05-17 Tom Tromey <tom@tromey.com>
* NEWS: Add Rust item.
2016-05-17 Tom Tromey <tom@tromey.com>
* gdb.texinfo (Supported Languages): Mention Rust. Update menu.
(Rust): New node.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,6 +27,11 @@ Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3] 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68 +* Rust language support. + GDB now supports debugging programs written in the Rust programming + language. See https://www.rust-lang.org/ for more information about + Rust. + * New commands skip -file file |