From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2E3F7385DC09; Fri, 21 Oct 2022 16:42:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E3F7385DC09 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666370563; bh=SbJmZB7RS0HYXJ+ydVtae0xIQNDkfSDSJg8rSLdBfeY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WlO0VpzL2lNFAf9kV0IqbHF9btgF05xiCvQ04EZU9e7oN7NBIh0WusR5m4TyABRhk 2p1F4zDolWiiP+Ai82GeMgHlKEX7gGnalblhiHIAIpVsS5dA0ZEg2bb8j7eyAKXbuB EN6h1gjZMutwdTLq4I5Z9r6BjhVcD25BC5NbaBRU= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/27922] [gdb/symtab] Don't create two dwarf2_cu's for the same CU Date: Fri, 21 Oct 2022 16:42:31 +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: 10.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: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D27922 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #2 from Tom Tromey --- If this only affects partial DIEs, it can be closed now, because those are gone and the new indexer takes a much different approach -- it never caches DIEs. It also should never read a given CU more than once. If this problem affects full CUs, though, then the bug can remain open. --=20 You are receiving this mail because: You are on the CC list for the bug.=