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

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 10:25:43 PST 2015


aaboud created this revision.
aaboud added reviewers: echristo, dblaikie.
aaboud added a subscriber: llvm-commits.
aaboud set the repository for this revision to rL LLVM.

Added "macro" option to "-debug-dump" flag, which trigger parsing & dumping of the ".debug_macinfo" section.

Note: Once DWARF 5.0 is published this same option can be used to parse & dump ".debug_macro" section as well.

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
  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
  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.39085.patch
Type: text/x-patch
Size: 13995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151103/e8084301/attachment.bin>


More information about the llvm-commits mailing list