From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 256463858C5E; Mon, 11 Sep 2023 15:08:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 256463858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694444933; bh=kXAqfS5pvrfyoqfjDmzHgV6t/zM+9XxO3CGJ6zfdWX8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v4l2jm5NOPIM68jIWowSTUIKGMf+MiPxMtVB0JSwo5CRfOf7/L2QKbWxxbKdezH9A C2F1MdGYcrs+wtJY5MkbQcrMqdVrgaBZiIj5O4Je8JNhuWeyQ9rAwGnFwGP8si5eiN OjhKy4Ri1NLgeQ/6VVebOeL6QDog7anrRNIEDQqk= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/30838] [gdb/symtab] Support .debug_types section in .gnu_debugaltlink file Date: Mon, 11 Sep 2023 15:08:52 +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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: vries at gcc dot gnu.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: 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=3D30838 --- Comment #1 from Tom de Vries --- Created attachment 15107 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15107&action=3Ded= it partial patch The patch contains a test-case, and some fixes in the dwarf reader, which a= llow the test-case to pass. It doesn't fix the target board cc-with-gdb-index case though. The test-ca= se passes, but the .gdb_index section in the exec is quietly ignored, because there's no .gdb_index section in the dwz file. --=20 You are receiving this mail because: You are on the CC list for the bug.=