microsoft / microsoft-pdb

Information from Microsoft about the PDB format. We'll try to keep this up to date. Just trying to help the CLANG/LLVM community get onto Windows.
Other
1.86k stars 273 forks source link

cvdump/type7.cpp is blank, DumpModTypC7 implementation missing... #42

Open emoose opened 4 years ago

emoose commented 4 years ago

No data was pushed for this file, it looks like cvdump code relies on it though: some calls to DumpModTypC7() are made and the headers declare DumpModTypC7, but the function can't be found anywhere.

type6.cpp contains code for DumpModTypC6, so my guess is type7.cpp should have the DumpModTypC7 code.

Is there any reason for type7.cpp not being released publicly? It would really come in helpful for understanding how cvdump parses types...