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

Fix handling of column 0 in the line info #290

Closed philipc closed 7 months ago

philipc commented 7 months ago

The column is always valid if a line was specified.

Closes #179