[llvm-commits] PATCH: [DebugInfo] Support fetching inlining info from DWARF
Benjamin Kramer
benny.kra at gmail.com
Mon Sep 3 11:54:52 PDT 2012
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!
- Ben
>
> Code review: https://codereview.appspot.com/6495063/
>
> --
> Alexey Samsonov, MSK
>
> <issue6495063_2001.diff>
More information about the llvm-commits
mailing list