[Lldb-commits] [PATCH] D46529: Add support to object files for accessing the .debug_types section

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 7 08:58:34 PDT 2018


clayborg created this revision.
clayborg added reviewers: labath, aprantl.
Herald added subscribers: JDevlieghere, arichardson, emaste.
Herald added a reviewer: espindola.

In an effort to make the .debug_types patch smaller, breaking out the part that reads the .debug_types from object files into a separate patch.


https://reviews.llvm.org/D46529

Files:
  include/lldb/lldb-enumerations.h
  source/Core/Section.cpp
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  source/Symbol/ObjectFile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46529.145476.patch
Type: text/x-patch
Size: 6969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180507/dd062c52/attachment.bin>


More information about the lldb-commits mailing list