[PATCH] Add llvm-pdbdump to tools

Zachary Turner zturner at google.com
Fri Jan 23 13:13:56 PST 2015


Hi rnk, majnemer, aaron.ballman, rsmith,

I'm adding a few random windows people so this doesn't slip under the radar of anyone who may be interested.  Feel free to ignore, or add others as appropriate.  Also +rsmith specifically for COMExtras.h.  The purpose of this file is to enable the use of ranged-based for loops for iterating for iterating COM objects (see https://msdn.microsoft.com/en-us/library/k58bkfe9.aspx for an example of what this looks like hand-written)

------------------

llvm-pdbdump is a tool which can be used to dump the contents of Microsoft-generated PDB files.  It makes use of the Microsoft DIA SDK, which is a COM based library designed specifically for this purpose.

The initial commit of this tool dumps the raw bytes from PDB data streams.  Future commits will dump more semantic information such as types, symbols, source files, etc similar to the types of information accessible via llvm-dwarfdump.

http://reviews.llvm.org/D7153

Files:
  tools/CMakeLists.txt
  tools/LLVMBuild.txt
  tools/llvm-pdbdump/CMakeLists.txt
  tools/llvm-pdbdump/COMExtras.h
  tools/llvm-pdbdump/LLVMBuild.txt
  tools/llvm-pdbdump/llvm-pdbdump.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7153.18691.patch
Type: text/x-patch
Size: 17763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150123/b070a3d6/attachment.bin>


More information about the llvm-commits mailing list