From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 175433857BB7; Tue, 30 Jan 2024 18:24:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 175433857BB7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706639070; bh=NNdF4/JxKQypi2H2abobtxgWMNfnf3Jk6KuYoJK905Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p7XlhVwnRErxJ4gqe92CtyD5gj678zjNb8iBKA9ZNz/XPGpniY2SwkNeOuxmD5sZh jVi8BzYi+sQkIF4shXbO5Kz5+eKBRxabSqCb7rrFFveESFT/OaetuX7TPNPXuHvZ2w v4EuM2ukgeCuLR1RRMyNKB3qIulUysQjbpThFN9Q= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug rust/30330] GDB 13.1 no longer prints length of Rust slice wrappers Date: Tue, 30 Jan 2024 18:24:28 +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: 13.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=3D30330 --- Comment #16 from Tom Tromey --- I'm finally actually working on this. I was thinking today that maybe I'd relent and just work around the current debuginfo. I'm not sure why I changed my mind, I guess I just figured it might be more friendly to users. Anyway, with the program in comment #15, and with rustc 1.75.0, I do not see any field or structure with byte-size =3D=3D 0. So, maybe handling older versions just can't be done; though it does give me pause that the main weirdness just doesn't exist here. --=20 You are receiving this mail because: You are on the CC list for the bug.=