https://issues.dlang.org/show_bug.cgi?id=22855
Issue ID: 22855
Summary: DW_TAG_compile_unit should use new DW_FORM_sec_offset
form for DWARF4/5
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: DebugInfo
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Currently DW_TAG_compile_unit uses data4/data8 forms, but on DWARF4/5, tags
like DW_AT_ranges and DW_AT_stmt_list uses now a different form to represent
offset references, which is DW_FORM_sec_offset .
--