From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE09C3858C42; Mon, 4 Dec 2023 14:19:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE09C3858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701699596; bh=Ny0rCdQ2+0oTq0U6anrNu+m1Ym9Azdjqu2DlrkaFzHE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yJDFrH9c7CJH2SivkUZ5pKa9XUZI2FNusf7m0V52wZKgi09aW7Vw6ZvH60dDGfcUn V8nwbrfD30jYJmJgfCorqkhYi4489mdsvZp+IYMgM7d0aU9Jb1oPH9O3jRT+c9jozF ihDWngX29+fuF1/sVJARRxLP9ox/zU38SEW9qPe8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/24820] .debug_names has incorrect contents Date: Mon, 04 Dec 2023 14:19:56 +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: unknown 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=3D24820 --- Comment #9 from Tom Tromey --- I thought "(anonymous namespace)" was going to be the only name requiring special treatment, but I was wrong -- DW_FORM_string is often used for short strings, which then do not appear in .debug_str, and so must be created for the index to work. Lame, but it only affects the index cache. --=20 You are receiving this mail because: You are on the CC list for the bug.=