This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c2911d2b2 [SymbolFile] SymbolFileDWARF::ParseLineTable should lock its module new 3470cf4c9 [Symbol] Use llvm::Expected when getting TypeSystems
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: include/lldb/Core/Module.h | 3 +- include/lldb/Symbol/SymbolFile.h | 2 +- include/lldb/Symbol/TypeSystem.h | 16 +- include/lldb/Target/Target.h | 6 +- source/API/SBModule.cpp | 28 ++-- source/Breakpoint/Watchpoint.cpp | 16 +- source/Core/Module.cpp | 3 +- source/Core/ValueObjectRegister.cpp | 21 ++- source/DataFormatters/VectorType.cpp | 22 ++- source/Expression/Materializer.cpp | 12 +- .../ExpressionParser/Clang/ClangASTSource.cpp | 13 +- source/Plugins/Language/CPlusPlus/BlockPointer.cpp | 14 +- source/Plugins/Language/ObjC/CoreMedia.cpp | 20 ++- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 7 +- source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp | 22 +-- source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h | 4 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 90 +++++++---- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +- .../SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 2 +- .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp | 11 +- .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.h | 2 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 27 ++-- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 3 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 148 ++++++++++++++---- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 2 +- .../MacOSX/AppleGetItemInfoHandler.cpp | 15 +- source/Symbol/SymbolFile.cpp | 12 +- source/Symbol/Type.cpp | 72 +++++---- source/Symbol/TypeSystem.cpp | 174 +++++++++++++++------ source/Target/StackFrame.cpp | 12 +- source/Target/Target.cpp | 107 ++++++------- source/Target/ThreadPlanTracer.cpp | 19 ++- tools/lldb-test/lldb-test.cpp | 11 +- 36 files changed, 596 insertions(+), 328 deletions(-)