[PATCH] D69462: [DebugInfo]: Support for debug_loclists.dwo section in llvm and llvm-dwarfdump.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 26 03:27:26 PDT 2019


SouraVX created this revision.
SouraVX added reviewers: dblaikie, probinson, labath, aprantl, jini.susan.george.
SouraVX added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This patch adds support for debug_loclists.dwo section in llvm and llvm-dwarfdump. 
Also Fixes PR43622, PR43623.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69462

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
  llvm/include/llvm/MC/MCObjectFileInfo.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/test/DebugInfo/Inputs/dwarfdump-test-loclists-dwo.c
  llvm/test/DebugInfo/Inputs/dwarfdump-test-loclists-dwo.dwo
  llvm/test/DebugInfo/X86/dwarfdump-debug-loclists-dwo.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69462.226538.patch
Type: text/x-patch
Size: 12706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191026/f204ac5a/attachment.bin>


More information about the llvm-commits mailing list