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

Alexey Samsonov samsonov at google.com
Tue Sep 4 01:14:19 PDT 2012


On Mon, Sep 3, 2012 at 10:54 PM, Benjamin Kramer <benny.kra at gmail.com>wrote:

>
> On 30.08.2012, at 14:36, 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).
>
> LGTM, Thanks!
>

r163128, thanks!


>
> - Ben
> >
> > Code review: https://codereview.appspot.com/6495063/
> >
> > --
> > Alexey Samsonov, MSK
> >
> > <issue6495063_2001.diff>
>
>


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


More information about the llvm-commits mailing list