[all-commits] [llvm/llvm-project] 69c8fb: [DWARF5] Added support for debug_macro section par...

Sourabh Singh Tomar via All-commits all-commits at lists.llvm.org
Thu Apr 2 23:55:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 69c8fb1c65fe54e2a15ff7339cdebb70ee290bd1
      https://github.com/llvm/llvm-project/commit/69c8fb1c65fe54e2a15ff7339cdebb70ee290bd1
  Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
    A llvm/test/DebugInfo/X86/debug-macro-macinfo.s
    A llvm/test/DebugInfo/X86/debug-macro-v5.s
    A llvm/test/DebugInfo/X86/unsupported-dwarf64-debug-macro-v5.s
    A llvm/test/DebugInfo/X86/unsupported-opcode_operands_table-debug-macro-v5.s

  Log Message:
  -----------
  [DWARF5] Added support for debug_macro section parsing and dumping in llvm-dwarfdump.

Summary:
This patch adds parsing and dumping DWARFv5 .debug_macro section in llvm-dwarfdump,
it does not introduce any new switch. Existing switch "--debug-macro"
should be used to dump macinfo or macro section.

Reviewed By: dblaikie, ikudrin, jhenderson

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




More information about the All-commits mailing list