<div>Hi!</div><div><br></div><div>This patch adds support for fetching inlining context (stack of source code locations)</div><div>by instruction address from DWARF.</div><div><br></div><div>It also adds --inlining flag to llvm-dwarfdump to demonstrate and test this functionality, so that</div>
<div>"llvm-dwarfdump --inlining --address=0x..." now works much like "addr2line -i 0x...",</div><div>provided that the binary has debug info (Clang's -gline-tables-only *is* enough).</div><div><br>
</div><div>Code review: <a href="https://codereview.appspot.com/6495063/">https://codereview.appspot.com/6495063/</a></div><div><br></div>-- <br><div>Alexey Samsonov, MSK</div><br>