gimli-rs / addr2line

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

Reverse the order of ranges returned by find_location_ranges #306

Closed philipc closed 3 months ago

philipc commented 3 months ago

This is now closer to ascending order (the exception being when there are overlapping ranges).