This is an archive of the discontinued LLVM Phabricator instance.

[PDB] Add an explain subcommand to llvm-pdbutil
ClosedPublic

Authored by zturner on Mar 27 2018, 3:18 PM.

Details

Summary
When investigating various things, we often have a file offset
and what to know what's in the PDB at that address.  This patch
adds a mode which will print various information about a specified
file offset.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner created this revision.Mar 27 2018, 3:18 PM
rnk accepted this revision.Mar 27 2018, 4:50 PM
rnk added inline comments.
llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp
58–59 ↗(On Diff #140010)

format

This revision is now accepted and ready to land.Mar 27 2018, 4:50 PM
This revision was automatically updated to reflect the committed changes.