[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 12:15:26 PST 2019


markus updated this revision to Diff 187646.
markus added a comment.

Added support for rudimentary verify of expressions (basically to check that a `BaseTypeRef` operand actually points to a `DW_TAG_base_type` DIE).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58442/new/

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
  lib/DebugInfo/DWARF/DWARFVerifier.cpp
  test/tools/llvm-dwarfdump/X86/debug_expr_convert.s

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


More information about the llvm-commits mailing list