[llvm] [llvm-debuginfo-analyzer] Fixed some DWARF related bugs (PR #153318)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 18 07:25:13 PDT 2025


https://github.com/CarlosAlbertoEnciso commented:

I assume that your changes are fixing issues.  Which is great.

The initial approach for the logical view was to have the high PC value as inclusive, as it reduced the amount of additional checks.

If we decide to have the high PC value as exclusive (as the DWARF approach), I think all readers (DWARF, CodeView, etc) should be aware of the new approach.

Have you verified if the CodeView Reader , requires any adjustments? A simple way is to generate CodeView and DWARF for the same input file and the logical views should be similar (line numbers).

https://github.com/llvm/llvm-project/pull/153318


More information about the llvm-commits mailing list