[PATCH] D53364: [llvm-dwarfdump] - Add the support of parsing .debug_loclists.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 18 05:14:24 PDT 2018


grimar updated this revision to Diff 170066.
grimar edited the summary of this revision.
grimar added a comment.

- Use base address when dumping the `DW_LLE_offset_pair`.
- Added support for `dwarf::DW_LLE_start_length` and `dwarf::DW_LLE_base_address`.


https://reviews.llvm.org/D53364

Files:
  include/llvm/BinaryFormat/Dwarf.def
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  include/llvm/DebugInfo/DWARF/DWARFObject.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  lib/DebugInfo/DWARF/DWARFDie.cpp
  test/DebugInfo/X86/dwarfdump-debug-loclists.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53364.170066.patch
Type: text/x-patch
Size: 21295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181018/bfe8806b/attachment.bin>


More information about the llvm-commits mailing list