[Lldb-commits] [PATCH] D51578: Contiguous .debug_info+.debug_types for D32167

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 17 14:53:28 PST 2018


jankratochvil updated this revision to Diff 174518.
jankratochvil edited the summary of this revision.
jankratochvil added a comment.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.

I have left here only the sections concatenation.  The .debug_types itself by Greg Clayton is now updated on top of this patch in https://reviews.llvm.org/D32167.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51578

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/SymbolFile/DWARF/DWARFCompileUnit.cpp
  source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
  source/Symbol/ObjectFile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51578.174518.patch
Type: text/x-patch
Size: 16485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181117/2ac50e32/attachment.bin>


More information about the lldb-commits mailing list