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

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 12:57:57 PDT 2015


samsonov added a comment.

Crazy suggestion: whenever you need to symbolize a PC, feed this PC followed by `0xbadbadbad` to addr2line. It will print just two lines (`??`, `??:0`) for the latter, which means all the rest describe the symbolized location of PC (possibly, inlined).


Repository:
  rL LLVM

http://reviews.llvm.org/D12153





More information about the llvm-commits mailing list