microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
702 stars 118 forks source link

Fix issue #93: Symbol Builder: PDB auto import of "<unnamed-*>" symbols can result in mismatches and import failure #94

Closed wmessmer-msft closed 10 months ago

wmessmer-msft commented 10 months ago

When importing PDB linked types, do not try to look up whether someone has created a type of such names to link to rather than importing. This is done for anything named "<unnamed-*>"

This should fix issue #93