Skip to content
  • Alexey Samsonov's avatar
    Add support for fetching inlining context (stack of source code locations) · c942e6b7
    Alexey Samsonov authored
    by instruction address from DWARF.
    
    Add --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).
    
    llvm-svn: 163128
    c942e6b7
Loading