Skip to main content

interact with addr2line command

Project description

addr2line

interact with addr2line command

Installation

pip install addr2line

Test

python -m unittest discover tests

usage

    with Addr2lineContext(Path("tests/source.out")) as c:
        self.assertEqual(
            c.get_function(0x1189),
            "function3",
        )
        self.assertEqual(
            c.get_function(0x11a8),
            "main",
        )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

addr2line-0.0.4.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

addr2line-0.0.4-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page