[PATCH] D33749: [DWARF] Introduce Dump Options
Spyridoula Gravani via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 17:15:51 PDT 2017
sgravani created this revision.
I'm working on making the llvm-dwarfdump output more flexible, e.g. adding verbose, brief mode etc.
This commit introduces a structure that holds all the flags that control the pretty printing of dwarf output.
https://reviews.llvm.org/D33749
Files:
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/PDB/PDBContext.h
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/PDB/PDBContext.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33749.100945.patch
Type: text/x-patch
Size: 5381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/0480d868/attachment.bin>
More information about the llvm-commits
mailing list