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

Import a different crash.pdb from the symbolic repo. #39

Closed mstange closed 3 years ago

mstange commented 3 years ago

This is the one that is actually being used for tests. It's located at /symbolic-testutils/fixtures/windows/crash.pdb. The other one was at /symbolic-debuginfo/tests/fixtures/crash.pdb but it's unused. It was similar enough to confuse me.