dwarfadt

High-level wrapper around the dwarf library

Latest on Hackage:0.6@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Eyal Lotem
Maintained by [email protected]

dwarf is an excellent library to read dwarf files, but the output of parsing dwarf is very low-level and difficult to work with.

This library intends to wrap dwarf and return a simple ADT representing the DWARF information in a high-level way, easy to work with.