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

Fix parsing of primitive type indirections #53

Closed jan-auer closed 5 years ago

jan-auer commented 5 years ago

This changes the variants of the Indirection enum to align with PointerKind and also the names used in Microsoft PDB.

Additionally, this fixes a bug when parsing Huge16 (0x3), which was incorrectly parsed into Far16 before.