gimli-rs / addr2line

A cross-platform `addr2line` clone written in Rust, using `gimli`
https://docs.rs/addr2line
Apache License 2.0
315 stars 62 forks source link

Lazy parsing cleanups #295

Closed philipc closed 7 months ago

philipc commented 7 months ago

Prompted by the clippy warnings.

dwarf_and_unit_dwo changes are simpler if whitespace is ignored.