A package to parse DWARF-formatted debugging information.


License
MIT
Install
pip install py-dwarf==0.2.3b4

Documentation

Python DWARF Parser

Description

This is a Python module to parse DWARF debugging information found in compiled object files.

This code was originally part of Gregory Clayton's gsym Python project

File Descriptions

List of files and their descriptions to go here.

Credits

Original Author: Gregory Clayton <gclayton@fb.com>