[PATCH] D12153: Support inline functions symbolization in Addr2Line symbolizer.

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 12:51:34 PDT 2015


ygribov added a comment.

> Is there no way you could make "addr2line -i" read addresses from stdin,

>  and understand how many frames in output describe every input address?


Unfortunately addr2line is too primitive for this and there is no way to know number of frames in advance. Perhaps we could make inlining optional?


Repository:
  rL LLVM

http://reviews.llvm.org/D12153





More information about the llvm-commits mailing list