Open
Description
Extracted from llvm/tools/llvm-debuginfo-analyzer/README.txt
In order to have the same logical functionality as the ELF Reader, such
as:
- find scopes contribution to debug info
- sort by its physical location
The logical elements must have an unique offset (similar like the DWARF
DIE offset).
Activity
llvmbot commentedon Oct 16, 2023
@llvm/issue-subscribers-debuginfo
Author: Carlos Alberto Enciso (CarlosAlbertoEnciso)
In order to have the same logical functionality as the ELF Reader, such
as:
The logical elements must have an unique offset (similar like the DWARF
DIE offset).