[PATCH] D14294: Add macro support to llvm-dwarfdump tool

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 03:48:51 PST 2015


aaboud updated this revision to Diff 39677.
aaboud marked 7 inline comments as done.
aaboud added a comment.

Applied more changes according to Alexey comments.
The change Includes introducing a new DWARF Enumerator "DW_MACINFO_invalid".

Please, let me know if there is anything else I should change.


Repository:
  rL LLVM

http://reviews.llvm.org/D14294

Files:
  include/llvm/DebugInfo/DIContext.h
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
  include/llvm/Support/Dwarf.h
  lib/DebugInfo/DWARF/CMakeLists.txt
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
  lib/DebugInfo/DWARF/SyntaxHighlighting.cpp
  lib/DebugInfo/DWARF/SyntaxHighlighting.h
  lib/Support/Dwarf.cpp
  test/DebugInfo/Inputs/dwarfdump-macro-cmd.h
  test/DebugInfo/Inputs/dwarfdump-macro.cc
  test/DebugInfo/Inputs/dwarfdump-macro.h
  test/DebugInfo/Inputs/dwarfdump-macro.o
  test/DebugInfo/debugmacinfo.test
  test\DebugInfo\Inputs\dwarfdump-macro.o
  tools/llvm-dwarfdump/llvm-dwarfdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14294.39677.patch
Type: text/x-patch
Size: 15208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151109/3e8b48eb/attachment.bin>


More information about the llvm-commits mailing list