mstange / pdb-addr2line

A rust crate to symbolicate addresses from PDBs, like addr2line. Uses the `pdb` crate.
https://docs.rs/pdb-addr2line
Apache License 2.0
33 stars 4 forks source link

Include non-function PublicSymbols from executable sections. #44

Closed mstange closed 3 years ago

mstange commented 3 years ago

Fixes #43.

mstange commented 3 years ago

No test because neither of the two fixtures in this repo has any non-function symbols in its executable sections.