commit | 76848059415bcafb902c6ef7973b27f3894c287b | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Jan 19 16:57:07 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Jan 31 09:01:38 2025 -0700 |
tree | 455ae89bf1b4b2990613a4da7ec1bb250a716a37 | |
parent | 71e59ebefc25c50465e3fe5943a15c5da9120c8c [diff] |
Add space in name of Rust tuple type The Rust compiler emits tuple type names with a space after the comma, like "(i32, f64)". This changes rust-parse.c to follow. This isn't ideal -- probably the DWARF reader should canonicalize these names -- but it is a bit more robust if symbol lookup should change; and anyway this feature of gdb is probably rarely used.