microsoft / WinDbg-Samples

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

Symbol builder fails to import bit fields correctly #90

Closed wmessmer-msft closed 1 year ago

wmessmer-msft commented 1 year ago

If you "AutoImportSymbols = true", any UDTs with bit fields end up omitting the bit field data on the import which makes the structures less than usable.

wmessmer-msft commented 1 year ago

This should be fixed after PR #92