This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ab0d6ff18 [heap.py] Add missing declaration for malloc_get_all_zones new 8e2870bbf Extend FindTypes with CompilerContext to allow filtering by l [...] new ab9b5568d Add missing include
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/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 | 10 +-- include/lldb/lldb-private-interfaces.h | 5 -- lit/SymbolFile/DWARF/compilercontext.ll | 13 ++-- source/Core/Debugger.cpp | 10 +-- 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 | 17 +++++ source/Target/Language.cpp | 24 ++---- source/Target/Target.cpp | 39 ++++------ tools/lldb-test/lldb-test.cpp | 11 ++- 25 files changed, 202 insertions(+), 198 deletions(-)