This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6008250fe Workaround items/iteritems difference between Python2 and Python3 new f7f0ef9de Move the rest of the sections over to DWARFContext.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 15 +- source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 8 +- source/Plugins/SymbolFile/DWARF/DWARFContext.cpp | 65 ++++++ source/Plugins/SymbolFile/DWARF/DWARFContext.h | 22 ++ source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 5 +- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 4 +- .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 64 +++-- .../Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 19 +- .../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 45 ++-- source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h | 18 +- source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 23 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 5 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 8 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 259 ++++++++------------- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 33 +-- .../SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 2 +- 17 files changed, 327 insertions(+), 270 deletions(-)