[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 Feb 2 15:04:52 PST 2019
jankratochvil updated this revision to Diff 184919.
jankratochvil added a comment.
This update fixes a regression after D52403 <https://reviews.llvm.org/D52403>, the code is simplified - `eSectionTypeDWARFDebugInfo` is no longer hardcoded in this patch.
OK for check-in with this new code?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51578/new/
https://reviews.llvm.org/D51578
Files:
lldb/include/lldb/lldb-enumerations.h
lldb/source/Core/Section.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
lldb/source/Symbol/ObjectFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51578.184919.patch
Type: text/x-patch
Size: 15220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190202/5a7e54eb/attachment.bin>
More information about the lldb-commits
mailing list