[lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 31 Jan 2020 14:16:31 +0000 (15:16 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 31 Jan 2020 14:16:31 +0000 (15:16 +0100)
commit789beeeca3cdeecc00cd731c940e52effdd7c7df
tree88a3e6fd06fe8657c2f0b1161bae0d90a34b03d9
parent49e424e08e8813dc8ca8c71b59b5d8d959375c61
[lldb] Move non-DWARF code: DWARFUnit -> SymbolFileDWARF

This patchset is removing non-DWARF code from DWARFUnit for better
future merge with LLVM DWARF as discussed with @labath.

Differential revision: https://reviews.llvm.org/D70646
12 files changed:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h