pesvenss
Results
1
issues of
pesvenss
When iterating DIEs children in a compile unit the offset is calculated based on: ``` elif "DW_AT_sibling" in child.attributes: sibling = child.attributes["DW_AT_sibling"] cur_offset = sibling.value + self.cu_offset ``` If sibling.form...