From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 82A2F3858CDA; Wed, 28 Dec 2022 21:28:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82A2F3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672262917; bh=NRKdFicSlMFqGPzzZEzgdp87cktNJvw2I9aqtnEMhMw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N5rBdBqyUHXR4VOcjuuylcklCr6mQLANlhxtgT85psXnJdlUESfkX0e56oMiB5JYy bx+Fgd1eiGAPsoyqqNfxVI7yQuY5JKdSTDBNdA66au4MQ2rWFREuj9iCpFUvujyrxa ax/acTviMMTGbgSCUBN/YxF3jivxXF9bLyeBtneM= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug debugedit/27639] Unknown DWARF DW_FORM_0x1f20 (GNU_ref_alt) and DWARF DW_FORM_0x1f21 (strp_alt) Date: Wed, 28 Dec 2022 21:28:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: debugedit X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot 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: 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=3D27639 --- Comment #3 from Mark Wielaard --- (In reply to Lo=C3=AFc Minier from comment #2) > I believe it's called by debhelper/dh_strip like this: > debugedit --build-id --build-id-seed=3D$seed $file >=20 > https://git.launchpad.net/ubuntu/+source/debhelper/tree/dh_strip#n300 Aha, I see the logic for when to skip parsing the DIE tree is wrong. It only skips dwarf_edit2 when debugedit is invoked with -n -i and no base = and destdir are given, but it should skip calling dwarf_edit2 when no base and dessst dir are given and we aren't listing the source files. --=20 You are receiving this mail because: You are on the CC list for the bug.=