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

Report more specific errors for unknown constants #714

Closed jameysharp closed 3 months ago

jameysharp commented 3 months ago

In case someone encounters some DWARF containing a constant value not known to gimli, let's ensure that the error has the actual constant available in it.

These values are not visible in Error::description or the various other error-reporting functions which use it, such as the Display implementation. I think it would be good to improve that too, but wanted to keep this PR relatively small.