microsoft / WinDbg-Samples

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

Symbol builder fails to import global data #89

Closed wmessmer-msft closed 10 months ago

wmessmer-msft commented 10 months ago

If you set "AutoImportSymbols = true" for an underlying PRIVATE PDB with global data, any of the global data is not imported correctly because the importer does not handle the "DataIsGlobal" data kind.

wmessmer-msft commented 10 months ago

This should be fixed after PR #92