[all-commits] [llvm/llvm-project] 4171d5: [obj2yaml] Add support for dumping the .debug_addr...

Xing GUO via All-commits all-commits at lists.llvm.org
Tue Sep 15 23:48:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4171d5c30ad32282e6ca9027aeff01ef5ff2461b
      https://github.com/llvm/llvm-project/commit/4171d5c30ad32282e6ca9027aeff01ef5ff2461b
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
    A llvm/test/tools/obj2yaml/ELF/DWARF/debug-addr.yaml
    M llvm/tools/obj2yaml/dwarf2yaml.cpp
    M llvm/tools/obj2yaml/elf2yaml.cpp
    M llvm/tools/obj2yaml/obj2yaml.h

  Log Message:
  -----------
  [obj2yaml] Add support for dumping the .debug_addr(v5) section.

This patch adds support for dumping the .debug_addr(v5) section to
obj2yaml.

Reviewed By: jhenderson

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




More information about the All-commits mailing list