getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
384 stars 69 forks source link

Add two missing symbol type constants. #118

Closed mstange closed 2 years ago

mstange commented 2 years ago

I got these from https://llvm.org/docs/PDB/CodeViewSymbols.html#s-fastlink-0x1167 .

There's a PDB file in https://github.com/mstange/pdb-addr2line/issues/52#issuecomment-1130225425 which uses S_FASTLINK.

mstange commented 2 years ago

https://github.com/microsoft/microsoft-pdb/issues/29#issuecomment-469529456 mentions that DbgHelp calls the fast link symbol S_REF_MINIPDB2.