[Bug rust/31565] "info symbol 0xffffffffffffffff" fails in rust mode with "That operation is not available on integers of more than 8 bytes."

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Wed May 8 18:40:05 GMT 2024


https://sourceware.org/bugzilla/show_bug.cgi?id=31565

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
My current patch works by changing the scalar-extraction
code to handle over-long byte sequences as long as the
resulting value fits.
However I wonder if instead I should just change the
rust parser to emit u64 in this scenario.
That is a bit weird but maybe not fatally so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list