From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C3703858C5E; Fri, 14 Apr 2023 04:25:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C3703858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681446347; bh=L6Jmqv6d5QwsaUVco7DQDlHECAt2m8TSQtBY7uz4Avw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GBJLpmfTWQkeKFXkWY1jvYc5+C9/inxdlbdR8lPKn6EYx5fT5B3TSa4WUk1xTwr7x XJHPABxjynchScllcbzsoykXxl9ngtYOYQPx87lFoPBifZ3R+q0OB1Dhrk+QbSaGhb AsO821Jq+rjeQbW6+FD/5Ca8Mlejp35xOVgpaIgw= 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: Fri, 14 Apr 2023 04:25:46 +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 #4 from Tom Tromey --- Also it seems a little weird that the trailing member is a u8 and not an array: <3><26a9>: Abbrev Number: 25 (DW_TAG_member) <26aa> DW_AT_name : (indirect string, offset: 0xff104): value <26ae> DW_AT_type : <0x23b0> ... <1><23b0>: Abbrev Number: 6 (DW_TAG_base_type) <23b1> DW_AT_name : (indirect string, offset: 0x158e): u8 <23b5> DW_AT_encoding : 7 (unsigned) <23b6> DW_AT_byte_size : 1 --=20 You are receiving this mail because: You are on the CC list for the bug.=