This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 62f1a3bf3 Revert [heap.py] Add missing declaration for malloc_get_all_zones new dd9e223dd TestAppleSimulatorOSType: Pass the --standalone argument to simctl new 92900e57a Extend FindTypes with CompilerContext to allow filtering by l [...]
The 2 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 | 8 ++ include/lldb/Core/PluginManager.h | 41 ++++------ include/lldb/Symbol/ClangASTContext.h | 5 +- include/lldb/Symbol/SymbolFile.h | 7 +- include/lldb/Symbol/TypeSystem.h | 20 ++++- include/lldb/Target/Language.h | 9 +-- include/lldb/lldb-private-interfaces.h | 5 -- lit/SymbolFile/DWARF/compilercontext.ll | 13 ++-- .../tools/lldb-server/TestAppleSimulatorOSType.py | 2 +- source/Core/Debugger.cpp | 10 +-- source/Core/Module.cpp | 9 +++ source/Core/PluginManager.cpp | 87 ++++++++-------------- source/Interpreter/OptionValueLanguage.cpp | 16 ++-- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 3 +- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 4 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 9 ++- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 +- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 3 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 5 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 4 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 5 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 3 +- source/Symbol/ClangASTContext.cpp | 50 +++++++------ source/Symbol/SymbolFile.cpp | 3 +- source/Symbol/TypeSystem.cpp | 18 +++++ source/Target/Language.cpp | 24 ++---- source/Target/Target.cpp | 39 ++++------ tools/lldb-test/lldb-test.cpp | 11 ++- 28 files changed, 220 insertions(+), 199 deletions(-)