[PATCH] D95232: Symbolizer - Teach symbolizer to work directly on object file.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 11:02:20 PST 2021


MaskRay added a comment.

BTW: `symbolizeData` is special. Technically `symbolizeData` does not different things than `symbolizeCode`. The difference is that it returns `DIGlobal` which has the size information. Many older binary formats before ELF don't record size information.
addr2line does not have a `"DATA"` symbolization mode. I'd be really curious how you'd use that API.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95232/new/

https://reviews.llvm.org/D95232



More information about the llvm-commits mailing list