[all-commits] [llvm/llvm-project] bd7f3f: [obj2yaml] Add support for dumping the .debug_aran...

Xing GUO via All-commits all-commits at lists.llvm.org
Wed Aug 5 04:19:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bd7f3f8a3ed70586f2b6a68b267b83d18e6fbdb4
      https://github.com/llvm/llvm-project/commit/bd7f3f8a3ed70586f2b6a68b267b83d18e6fbdb4
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    A llvm/test/tools/obj2yaml/ELF/DWARF/debug-aranges.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp
    M llvm/tools/obj2yaml/obj2yaml.h

  Log Message:
  -----------
  [obj2yaml] Add support for dumping the .debug_aranges section.

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

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D85094




More information about the All-commits mailing list