Let the users of LLVMSymbolizer decide whether they want to symbolize inlined frames.
authorAlexey Samsonov <vonosmas@gmail.com>
Fri, 30 Oct 2015 00:40:20 +0000 (00:40 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Fri, 30 Oct 2015 00:40:20 +0000 (00:40 +0000)
commitb977d3a4f47cabd55eed96f31f0ba75f23298eae
tree2b0ca7aba743709730988fa38d6e2bda04b075a9
parent1f5948f2e1216566da83ca1a9bc365b4a2216bc2
Let the users of LLVMSymbolizer decide whether they want to symbolize inlined frames.

Introduce LLVMSymbolizer::symbolizeInlinedCode() instead of switching
on PrintInlining option passed to the constructor. This will be needed
once we retrun structured data (instead of std::string) from
LLVMSymbolizer and move printing logic out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251675 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/Symbolize/Symbolize.h
lib/DebugInfo/Symbolize/Symbolize.cpp
tools/llvm-symbolizer/llvm-symbolizer.cpp