gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
831 stars 105 forks source link

read: fix parse for empty DWP index #706

Closed philipc closed 5 months ago

philipc commented 5 months ago

Closes #705

cc @mstange

mstange commented 5 months ago

It works great, thank you! I haven't found any further issues with DWP support in my brief tests - I can now symbolicate split-debuginfo = "packed" Rust programs correctly.