From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D37C3858421; Fri, 4 Nov 2022 21:27:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D37C3858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667597257; bh=B6b5TqgMIoCZBeGrEu7xYA5MVVRIUT1PauHaQRN17HY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dHbbQGjY53dsCNKNMW6Nd2h9rM79SoAzev7lrvDCjdmDZWl5DPi22TdS3Q1Z+XhtD tom0+qPkPjcjIHIHsI8dVCDN9whlwEdGCEP0k0eyS/h1mDGVCEmgd2wGly2vExT2TI CpFxFGJ+pv6bWkk04A2ag/H4QcQ0KJ66lpppLpUE= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/29105] new DWARF reader still slow Date: Fri, 04 Nov 2022 21:27:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD 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: 13.1 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=3D29105 --- Comment #18 from Tom Tromey --- dw2-unusual-field-names.exp points out that the canonicalization should probably depend on the DWARF tag, which is pretty unfortunate. According to the history, a type like this is only defined by gdb itself, but of course the test invalidates this by writing explicit DWARF to this end, necessitating a workaround in the reader :( --=20 You are receiving this mail because: You are on the CC list for the bug.=