This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8827edf97 [lldbsuite] Skip two more flaky tests on Windows new 47280d68b [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive. new 1fb14a530 [SymbolFile] Remove the SymbolContext parameter from FindNamespace. new 229646068 [SymbolFile] Remove SymbolContext parameter from FindTypes.
The 3 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 | 19 ++------ include/lldb/Core/ModuleList.h | 8 ++-- include/lldb/Symbol/SymbolFile.h | 9 ++-- include/lldb/Symbol/SymbolVendor.h | 9 ++-- source/API/SBModule.cpp | 3 +- source/API/SBTarget.cpp | 3 +- source/Commands/CommandObjectMemory.cpp | 15 +++---- source/Commands/CommandObjectTarget.cpp | 22 ++++------ source/Core/Module.cpp | 49 +++++++++++---------- source/Core/ModuleList.cpp | 19 ++++---- source/DataFormatters/TypeFormat.cpp | 5 +-- .../ExpressionParser/Clang/ClangASTSource.cpp | 32 ++++---------- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 +- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 2 +- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 7 ++- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 6 +-- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 51 +++++++++++----------- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 14 +++--- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 48 ++++++++------------ .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 6 +-- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 15 +++---- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 6 +-- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 22 ++++------ source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 6 +-- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 4 +- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 2 +- source/Symbol/Function.cpp | 14 +++--- source/Symbol/SymbolFile.cpp | 5 +-- source/Symbol/SymbolVendor.cpp | 15 +++---- source/Target/Language.cpp | 3 +- source/Target/ObjCLanguageRuntime.cpp | 3 +- tools/lldb-test/lldb-test.cpp | 6 +-- unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 35 ++++++--------- 33 files changed, 193 insertions(+), 274 deletions(-)