[PATCH] D20885: [COFF] Expose the PE debug data directory and dump it
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 16:07:25 PDT 2016
rnk created this revision.
rnk added a reviewer: majnemer.
rnk added a subscriber: llvm-commits.
This directory is used to find if there is a PDB associated with an
executable. I plan to use this functionality to teach llvm-symbolizer
whether it should use DIA or DWARF to symbolize a given DLL.
http://reviews.llvm.org/D20885
Files:
include/llvm/Object/COFF.h
include/llvm/Support/COFF.h
lib/Object/COFFObjectFile.cpp
test/tools/llvm-readobj/Inputs/has_pdb.exe
test/tools/llvm-readobj/coff-debug-directory.test
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/llvm-readobj.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20885.59297.patch
Type: text/x-patch
Size: 14112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160601/20ba9809/attachment.bin>
More information about the llvm-commits
mailing list