This is an archive of the discontinued LLVM Phabricator instance.

pdbdump: Add -raw-all to enable all -raw-* flags.
ClosedPublic

Authored by ruiu on May 26 2016, 3:50 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 58708.May 26 2016, 3:50 PM
ruiu updated this revision to Diff 58709.
ruiu retitled this revision from to pdbdump: Add -raw-all to enable all -raw-* flags..
ruiu updated this object.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.
  • Update tests.
zturner edited edge metadata.May 26 2016, 4:15 PM
zturner added a subscriber: zturner.

I don't think raw-all should imply any of the 3 byte dumping options, it
will just be too much data.

ruiu updated this revision to Diff 58719.May 26 2016, 4:22 PM
ruiu edited edge metadata.
  • Do not include -raw-*-bytes options for -raw-all.
zturner accepted this revision.May 26 2016, 4:28 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.May 26 2016, 4:28 PM
This revision was automatically updated to reflect the committed changes.