[llvm-commits] PATCH: [DebugInfo] Support fetching inlining info from DWARF

Alexey Samsonov samsonov at google.com
Thu Aug 30 05:36:43 PDT 2012


Hi!

This patch adds support for fetching inlining context (stack of source code
locations)
by instruction address from DWARF.

It also adds --inlining flag to llvm-dwarfdump to demonstrate and test this
functionality, so that
"llvm-dwarfdump --inlining --address=0x..." now works much like "addr2line
-i 0x...",
provided that the binary has debug info (Clang's -gline-tables-only *is*
enough).

Code review: https://codereview.appspot.com/6495063/

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120830/729e527c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue6495063_2001.diff
Type: application/octet-stream
Size: 28427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120830/729e527c/attachment.obj>


More information about the llvm-commits mailing list