[PATCH] D44959: [PDB] Add an explain subcommand to llvm-pdbutil

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 15:18:58 PDT 2018


zturner created this revision.
zturner added a reviewer: rnk.
Herald added a subscriber: mgorny.

  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.


https://reviews.llvm.org/D44959

Files:
  llvm/test/tools/llvm-pdbdump/explain.test
  llvm/tools/llvm-pdbutil/CMakeLists.txt
  llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp
  llvm/tools/llvm-pdbutil/ExplainOutputStyle.h
  llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
  llvm/tools/llvm-pdbutil/llvm-pdbutil.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44959.140010.patch
Type: text/x-patch
Size: 16073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180327/9b1fce92/attachment.bin>


More information about the llvm-commits mailing list