[PATCH] D58442: llvm-dwarfinfo add support to decode DW_OP_convert

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 05:30:05 PST 2019


markus created this revision.
markus added a reviewer: aprantl.
Herald added a subscriber: jdoerfert.
Herald added a project: LLVM.

Added llvm-dwarfdump support to decode `DW_OP_convert` (and eventually other typed DW5 ops) as a preparation before introducing such ops in llvm debug info output (see https://reviews.llvm.org/D56587)


Repository:
  rL LLVM

https://reviews.llvm.org/D58442

Files:
  include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  include/llvm/DebugInfo/DWARF/DWARFExpression.h
  lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  lib/DebugInfo/DWARF/DWARFDie.cpp
  lib/DebugInfo/DWARF/DWARFExpression.cpp
  test/tools/llvm-dwarfdump/X86/debug_expr_convert.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58442.187554.patch
Type: text/x-patch
Size: 13912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/c5a08be8/attachment.bin>


More information about the llvm-commits mailing list