SN Systems Tech Blog

Filter:

    llvm-diva - Debug Information Visual Analyzer

    ARTICLE BY: Carlos Alberto Enciso
    POSTED: Dec 10, 2020
    TAGS: LLVM Developers Meeting, Toolchain

    llvm-diva is a command line tool that processes the Debugging Information (DWARF, COFF, CodeView) contained in binary files (ELF, PDB, MacOS) and produces a logical view, which is a high-level representation of the debug information. The logical view is composed of elements such as: scopes, types, symbols and lines. These elements can display additional information, such as a variable coverage factor, lexical block level, template argument encoding, etc.

    READ THE WHOLE POST