[PATCH] D78208: [DebugInfo] Report the format of the DWARF64 sections.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 08:12:04 PDT 2020
ikudrin created this revision.
ikudrin added reviewers: dblaikie, probinson, jhenderson, aprantl, emaste.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: MaskRay, hiraditya.
The patch adds printing a special mark when dumping a section which is in the 64-bit DWARF format, which helps to distinguish the actual format of the section.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78208
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
llvm/test/DebugInfo/X86/debug-frame-dwarf64.s
llvm/test/DebugInfo/X86/dwarfdump-debug-aranges.s
llvm/test/DebugInfo/X86/dwarfdump-debug-names.s
llvm/test/DebugInfo/X86/dwarfdump-debug-pubnames.s
llvm/test/DebugInfo/X86/dwarfdump-rnglists-dwarf64.s
llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test
llvm/test/tools/llvm-dwarfdump/X86/debug_addr_dwarf64.s
llvm/test/tools/llvm-dwarfdump/X86/debug_info_min_dwarf64.s
llvm/test/tools/llvm-dwarfdump/X86/debug_line_dwarf64_large_table.s
llvm/test/tools/llvm-dwarfdump/X86/typeunit-v4-dwarf64.s
llvm/test/tools/llvm-dwarfdump/X86/typeunit-v5-dwarf64.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78208.257714.patch
Type: text/x-patch
Size: 20646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/c1b35e10/attachment.bin>
More information about the llvm-commits
mailing list