diff options
author | Tom Tromey <tom@tromey.com> | 2017-05-21 17:00:10 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-05-21 17:02:16 -0600 |
commit | e6cf65f283b8be44014fad0ad0aebfbcc71fceac (patch) | |
tree | 54803ee7f0e6635475b02382e79649c2786281aa /etc | |
parent | 56298620acb02ab589ce3ddf398788227ab20211 (diff) | |
download | gdb-e6cf65f283b8be44014fad0ad0aebfbcc71fceac.zip gdb-e6cf65f283b8be44014fad0ad0aebfbcc71fceac.tar.gz gdb-e6cf65f283b8be44014fad0ad0aebfbcc71fceac.tar.bz2 |
Print Rust unsized array types a bit more nicely
It's a bit difficult to create an unsized array type in Rust, but if
you do, right now ptype will show something like "[u8; ]". It really
should print "[u8]", though, which is what this patch implements.
This is part of PR 21466.
Built and regtested on x86-64 Fedora 25. I'm checking this in.
ChangeLog
2017-05-21 Tom Tromey <tom@tromey.com>
PR rust/21466:
* rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
arrays as "[T]", not "[T; ]".
testsuite/ChangeLog
2017-05-21 Tom Tromey <tom@tromey.com>
PR rust/21466:
* gdb.rust/unsized.exp: New file.
* gdb.rust/unsized.rs: New file.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions