From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C47FE385E836; Wed, 8 May 2024 18:40:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C47FE385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715193605; bh=e0Qsay2F/pqdyOlhWhiI1/aNnRpXKeAQnRkCpslsYe0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PP1RpazpIIPc1l1MQ41k9pLITBCI7GAk43dpJ8pvZJMelI0O/LmXvewH1njOmb4zi MgRD8xl1heb9NuVx6IgG3fxa7PFD8naXZyT3u6f0Cy2b0geDCk8LMneK3do51cA3QD PIj2kWZb5qAzHZPacmbBsnPo4Z1qSJCpnxvYaLoc= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug rust/31565] "info symbol 0xffffffffffffffff" fails in rust mode with "That operation is not available on integers of more than 8 bytes." Date: Wed, 08 May 2024 18:40:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: rust X-Bugzilla-Version: 14.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31565 --- Comment #3 from Tom Tromey --- 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=