From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E1F5D3858C3A; Wed, 15 Feb 2023 18:15:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1F5D3858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676484953; bh=N8QdeE0VSvNx/TBE9BS3lbOsekci8qj0+enata+kYT4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wXV/mndQeYI50sRyBzwUTROnyFs2h7iqfe4doQdmXA8cpsnCVZQo3qc/KSkkUrYw0 YSSD4vPyPV/45Ca14thJ5OApN7OYTeoD1Q+4lptIJhS5q2JuzYGATTjLWXIeX8KMIq 3llDO25gnHmvVuk8n3jnn0NOHZGSxTqrd3ctU8c8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30008] gdb fails to get line numbers with gold/mold with --gdb-index Date: Wed, 15 Feb 2023 18:15:53 +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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30008 --- Comment #5 from Tom Tromey --- I can reproduce it using the mold from the original report. I wonder if gdb-index is a red herring here. The issue maybe seems to be not finding the PC in the blockvector map. However I don't think this has anything to do with the index. (I didn't try stripping out the index.) I do notice the index doesn't have an address map, which is weird. --=20 You are receiving this mail because: You are on the CC list for the bug.=