This is an archive of the discontinued LLVM Phabricator instance.

pdbdump: Print out more strcutures.
ClosedPublic

Authored by ruiu on May 17 2016, 3:45 PM.

Details

Summary

I don't yet fully understand the meaning of these data strcutures,
but at least it seems that their sizes and types are correct.
With this change, we can read publics streams till end.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 57535.May 17 2016, 3:45 PM
ruiu retitled this revision from to pdbdump: Print out more strcutures..
ruiu updated this object.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.
zturner accepted this revision.May 17 2016, 4:02 PM
zturner edited edge metadata.
zturner added inline comments.
lib/DebugInfo/PDB/Raw/PublicsStream.cpp
77–81 ↗(On Diff #57535)

Almost certainly "section / offset".

This revision is now accepted and ready to land.May 17 2016, 4:02 PM
This revision was automatically updated to reflect the committed changes.