Files
binutils-gdb/gdb/rust-parse.c
Tom Tromey 7684805941 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.
2025-01-31 09:01:38 -07:00

59 KiB