[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
Mon May 13 21:24:10 GMT 2024


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

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Using u64 is weird though, because then using '-' on some
big number will give the wrong answer.
Feeling a bit stuck but probably should go back to the old
approach.  Or maybe just use i64 here.

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


More information about the Gdb-prs mailing list