microsoft / WinDbg-Samples

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

Symbol builder fails to import bit fields correctly #90

Closed wmessmer-msft closed 10 months ago

wmessmer-msft commented 10 months 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 10 months ago

This should be fixed after PR #92