From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B98FF3858D32; Tue, 29 Nov 2022 19:51:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B98FF3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669751466; bh=beawH3V8JEEI4td7f+fMq8DYDYqximRaNw4lCZrMKaA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=owvV3v+U0vsSRMUzDNkqZEJyLXNR+3WOW3mVpmm1G7u7oiGlgtOpuElnbFJvyNcrq UahmoHHOXnk8tm7RA+pOl1YXpCmyvkfQgFw7cNEo82YDwajqnoftzwfd5awgkN8DYl WghR24ZsNuqM01D1BL1thBSRp5j+J4LviIWG24zI= From: "mark at klomp dot org" To: systemtap@sourceware.org Subject: [Bug translator/29838] DWARF5 DW_OP_implicit_pointer and DW_OP_entry_value unhandled Date: Tue, 29 Nov 2022 19:51:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator 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: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D29838 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Mark Wielaard --- commit 05eb6742c169226ae09f1737aa8b9dc1dc12adb5 Author: Mark Wielaard Date: Tue Nov 29 18:50:58 2022 +0100 Handle DWARF5 DW_OP_implicit_pointer and DW_OP_entry_value These are the same as the GNU extensions for older DWARF, DW_OP_GNU_implicit_pointer and DW_GNU_entry_value. --=20 You are receiving this mail because: You are the assignee for the bug.=