getsentry / pdb

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

Add `DebugInformation::is_stripped` to easily query to see if PDB is stripped #143

Open DrChat opened 1 year ago

DrChat commented 1 year ago

This flag is set in PDB headers if /PDBSTRIPPED is passed from MSVC. We should expose this flag so that users can easily classify PDB files as stripped or non-stripped.