From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DEAB385703E; Wed, 24 Aug 2022 07:13:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DEAB385703E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661325224; bh=V3T/NV8SLg92ChhWd4Ajx8JCyOQpDblMaxyOeks/9G0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Qd/et+7EuGZmVB07htvf57ZA9VhfoAsSdcBvwe5lvTTlBPfTh9dzsIdcsw2NgZpMN YG/S6dnuo+p8nwbtyb7r1ztv7aN1ul4RCgy3o5GxQ14D6ycc9GXl5n/6cg/7sIH6t1 mTSFJ3LTEkwK7h8zJLFACFtQmRk5czeM503CdAgQ= From: "clayborg at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29518] GDB doesn't handle DW_FORM_ref_addr DIE references correctly with .debug_types sections Date: Wed, 24 Aug 2022 07:13:44 +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: clayborg at gmail dot com 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: attachments.created 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=3D29518 --- Comment #1 from Greg Clayton --- Created attachment 14293 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14293&action=3Ded= it Patch that fixes absolute die lookups This is a simple patch that fixes the bug, though I don't know enough about= the GDB DWARF parser to know if this is the correct fix. --=20 You are receiving this mail because: You are on the CC list for the bug.=