This is an archive of the discontinued LLVM Phabricator instance.

[codeview] Dump symbol record details from llvm-pdbdump
ClosedPublic

Authored by zturner on May 23 2016, 5:14 PM.

Details

Summary

This makes use of the newly introduced CVSymbolVisitor to dump details of each type of symbol record in the symbol streams. Future patches will bring this visitor based dumping to the publics stream, as well as creating a SymbolDumpDelegate to print more information about relocations etc.

Diff Detail

Event Timeline

zturner updated this revision to Diff 58173.May 23 2016, 5:14 PM
zturner retitled this revision from to [codeview] Dump symbol record details from llvm-pdbdump.
zturner updated this object.
zturner added reviewers: rnk, ruiu, amccarth.
zturner added a subscriber: llvm-commits.
ruiu accepted this revision.May 23 2016, 5:23 PM
ruiu edited edge metadata.

LGTM

tools/llvm-pdbdump/llvm-pdbdump.cpp
405–409

You want to fix the position of newlines.

This revision is now accepted and ready to land.May 23 2016, 5:23 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r270585.