SN Systems Tech Blog

Filter:

    Error Handling in Libraries: A Case Study

    ARTICLE BY: James Henderson
    POSTED: Dec 13, 2018
    TAGS: DWARF, LLVM, LLVM Developers Meeting, Toolchain

    Using work performed on the DWARF debug line parser earlier this year as an example, this talk will show some of the pitfalls and problems a library developer has to be aware of when handling errors in their code, and will present some good rules of thumb that should be followed.

    READ THE WHOLE POST 

    DIVA: Debug Information Visual Analyzer

    ARTICLE BY: Phillip Power
    POSTED: Jun 15, 2017
    TAGS: DWARF, LLVM Developers Meeting, Toolchain

    DIVA is a new command line tool that processes DWARF debug information contained within ELF files and prints the semantics of that debug information. The DIVA output is designed with an aim to be understandable by software programmers without any low-level compiler or DWARF knowledge

    READ THE WHOLE POST