From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0E663858D35; Wed, 28 Dec 2022 21:41:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0E663858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672263666; bh=fgH363zz7LTMW3UW5KbEasN17iyTZv0I7o7euRjbHPw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VB09maPFnPVyQ+hONkjc7W7PQCctn6gaEJmeiPULE3nCANwsQraZkP/Hu6x3Bwq7P 941vHiOS2uiWcXLIJau79OAX19j+lL1/CT7jjNtAW209J1hIVupOrYiiupv6hZWUSG Q72qfR+l2kGnieU2O00UnGptS0vdkSQJKxJmT8rQ= 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:41:06 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Mark Wielaard --- commit 379b2b95df49d6cebedad3562391c3350882f1a3 Author: Mark Wielaard Date: Wed Dec 28 22:23:01 2022 +0100 debugedit: Skip calling edit_dwarf2 if not rewriting and/or listing sou= rce We skipped calling edit_dwarf2 when no base and dest dir were given and debugedit was invoked with -i -n. But we never need to call edit_dwarf2 if we aren't rewriting paths and we don't want to list the source files. * tools/debugedit.c (main): Adjust edit_dwarf2 call guard. https://sourceware.org/bugzilla/show_bug.cgi?id=3D27639 --=20 You are receiving this mail because: You are on the CC list for the bug.=