[PATCH] D88661: llvm-diva - Debug Information Visual Analizer
Carlos Alberto Enciso via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 4 11:20:19 PDT 2020
CarlosAlbertoEnciso added a comment.
> % fllvm-diva --print=scopes /tmp/Debug/bin/clang
>
> Logical View:
> {File} '/tmp/debug/bin/clang'
>
> {CompileUnit} 'cc1_main.cpp.dwo'
>
> {CompileUnit} 'cc1as_main.cpp.dwo'
>
> {CompileUnit} 'cc1gen_reproducer_main.cpp.dwo'
>
> {CompileUnit} 'driver.cpp.dwo'
>
> Are 'instructions', 'symbols', and 'types' unavailable?
>
> % fllvm-diva --print=symbols /tmp/Debug/bin/clang
>
> Logical View:
> % fllvm-diva --print=types /tmp/Debug/bin/clang
>
> Logical View:
It seems we overlooked support for `Split DWARF`. In the meantime I would suggest to use '-g', until `Split DWARF` is added.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88661/new/
https://reviews.llvm.org/D88661
More information about the llvm-commits
mailing list