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 basic support for S_INLINESITE #46

Closed mitsuhiko closed 5 years ago

mitsuhiko commented 5 years ago

This exposes the information from S_INLINESITE from Symbol/SymbolData and also provides parsing of the binary annotations. I was not sure what the best approach is to expose that data from Symbol so I for now decided to hide this data from name and instead provide an extra_data which returns the raw buffer of extra data fro such situations.

This also runs into #14. For now I work around this by returning an empty string from the name function.

jan-auer commented 5 years ago

Making a couple of changes to this in #47, mind closing this in favor of the other PR?

mitsuhiko commented 5 years ago

Indeed. Closing.