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

Alexey Samsonov samsonov at google.com
Mon Sep 3 09:11:19 PDT 2012


On Thu, Aug 30, 2012 at 4:36 PM, Alexey Samsonov <samsonov at google.com>wrote:

> 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
>
> ping

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120903/30e5125e/attachment.html>


More information about the llvm-commits mailing list