Bug 29838 - DWARF5 DW_OP_implicit_pointer and DW_OP_entry_value unhandled
Summary: DWARF5 DW_OP_implicit_pointer and DW_OP_entry_value unhandled
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-29 19:50 UTC by Mark Wielaard
Modified: 2022-11-29 19:51 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2022-11-29 19:50:21 UTC
DW_OP_GNU_implicit_pointer and DW_OP_GNU_entry_value were standardized in DWARF5 as DW_OP_implicit_pointer and DW_OP_entry_value. But aren't currently handled.

Proposed patch:
https://inbox.sourceware.org/systemtap/20221129175058.32728-1-mark@klomp.org/
Comment 1 Mark Wielaard 2022-11-29 19:51:06 UTC
commit 05eb6742c169226ae09f1737aa8b9dc1dc12adb5
Author: Mark Wielaard <mark@klomp.org>
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.