From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B03713858407; Mon, 29 Jan 2024 01:10:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B03713858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706490631; bh=JMR2XTGkN3v74PR9WcG9Y/2U6YINpSryqk9CwOIYUJM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FOeYlevjLONzVimRWTFR85xuNcE90cxuZPRWHHTPbQJs+AaeRIpyFCzOVx9FEeLZ4 ysaUrChM/zvOtr+uBUNPkeFl3rB2BeiuwjIe/1P2EGPzkwwC2QZiIiuGemvnA1TeCo m8Rjt1ahafnV8sGCzmLEQcPumhwQR7k6om6mFdr8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/31295] Slow symbol lookup due to missing DW_AT_const_value attribute Date: Mon, 29 Jan 2024 01:10:30 +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: 14.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned 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=3D31295 --- Comment #8 from Tom Tromey --- This approach to DW_TAG_variable in the full reader seems weird. It takes different paths when the tag appears inside a class and when it appears outside, even if in the latter case it uses the specification to point back into the class. --=20 You are receiving this mail because: You are on the CC list for the bug.=