1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/tools/llvm-pdbdump
Zachary Turner da137c69d9 Add support for dumping debug tables to llvm-pdbdump.
PDB stores some of its data in streams and some in tables.
This patch teaches llvm-pdbdump to dump basic summary data
for the debug tables.

In support of this, this patch also adds some DIA helper
classes, such as a wrapper around an IDiaSymbol interface,
as well as helpers for outputting various enumerations to
a raw_ostream.

llvm-svn: 227257
2015-01-27 22:40:14 +00:00
..
CMakeLists.txt
COMExtras.h
DIAExtras.cpp
DIAExtras.h
DIASymbol.cpp
DIASymbol.h
llvm-pdbdump.cpp
llvm-pdbdump.h
LLVMBuild.txt