From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CAD01387703A; Thu, 12 Mar 2020 21:21:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAD01387703A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1584048062; bh=hNZ4p1GerOWCPa2KQlYPF9qOibhCbO4zeWJPwImASVs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V2ridnRfNy+6gxY2UC0CLFGEyREYUGnw0dKLIUTkUr6fQVnNvrzWMOBw5mZBu3YKV Rik4HPjau+lPZf074qxEE7YRZS+0sW5tTxKL6aZcDo2ei3dHRo/zDEcKkJvVgocSfx bNBlvO40BLO2XJa/pdiA4ppiV78207lJ3ABrRrss= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/25663] dwarf2_name caching bug Date: Thu, 12 Mar 2020 21:21:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2020 21:21:02 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25663 --- Comment #8 from Tom Tromey --- > I'm not sure I understand why that couldn't be done, it some code relying= on > the content of the cache? anonymous_struct_prefix examines the DW_STRING and wants to find the entire demangled name there. So, it isn't the cache exactly. --=20 You are receiving this mail because: You are on the CC list for the bug.=