symbolic
symbolic copied to clipboard
Support for DWARFv5 embedded source code extension
Hi,
this implements support for source code embedded directly inside of the DWARF debug info. (Fixes #835)
I'm not sure about the logic in source_by_path
though. Should it only match full paths or relative paths instead?
My use-case is fine with either way since I'm iterating over the files in the debug session directly.
This PR currently depends on support in gimli
that has not made it into a release yet. I'll update the PR once a new version of gimli
is available on crates.io.
Thanks!