This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4ad1f3e7f Implement a better way of not passing the sanitizer environme [...] new a89638581 Return Error and Expected from more DWARF interfaces.
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 | 89 ++++++----- source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 8 +- .../SymbolFile/DWARF/DWARFDebugArangeSet.cpp | 171 ++++++++++----------- .../Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h | 4 +- .../Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 43 +++--- .../Plugins/SymbolFile/DWARF/DWARFDebugAranges.h | 4 +- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 124 ++++++++------- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 5 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 14 +- 9 files changed, 253 insertions(+), 209 deletions(-)