[PATCH] D85094: [obj2yaml] Add support for dumping the .debug_aranges section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 2 09:24:42 PDT 2020


Higuoxing created this revision.
Higuoxing added reviewers: jhenderson, grimar, MaskRay.
Herald added subscribers: llvm-commits, aprantl, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
Higuoxing requested review of this revision.

This patch adds support for dumping DWARF sections to obj2yaml. The
.debug_aranges section is used to illustrate the basic idea.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85094

Files:
  llvm/test/tools/obj2yaml/ELF/DWARF/debug-aranges.yaml
  llvm/tools/obj2yaml/elf2yaml.cpp
  llvm/tools/obj2yaml/obj2yaml.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85094.282455.patch
Type: text/x-patch
Size: 14341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200802/f181a643/attachment.bin>


More information about the llvm-commits mailing list