getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
385 stars 69 forks source link

Add tests based on LLVM tests #9

Open willglynn opened 7 years ago

willglynn commented 7 years ago

LLVM recently added PDB output support, and some of their tests seem like they would be useful to port.