This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e732094d4 [LLDB] [test] Use %clang_cl instead of build.py in a few tests new ed3d69c57 Modernize the rest of the Find.* API (NFC)
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 | 68 ++++--------- include/lldb/Core/ModuleList.h | 69 +++++-------- include/lldb/Core/ModuleSpec.h | 5 +- include/lldb/Symbol/SymbolFile.h | 22 ++--- include/lldb/Symbol/Symtab.h | 22 ++--- include/lldb/Target/DynamicLoader.h | 10 +- source/API/SBModule.cpp | 17 ++-- source/API/SBTarget.cpp | 45 ++++----- source/Breakpoint/BreakpointResolverName.cpp | 5 +- source/Commands/CommandCompletions.cpp | 3 +- source/Commands/CommandObjectSource.cpp | 53 +++++----- source/Commands/CommandObjectTarget.cpp | 64 ++++++------ source/Commands/CommandObjectWatchpoint.cpp | 10 +- source/Core/AddressResolverName.cpp | 5 +- source/Core/Disassembler.cpp | 5 +- source/Core/Module.cpp | 76 +++++---------- source/Core/ModuleList.cpp | 107 +++++++-------------- source/Core/SourceManager.cpp | 8 +- source/Expression/IRExecutionUnit.cpp | 2 - .../Hexagon-DYLD/HexagonDYLDRendezvous.cpp | 5 +- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 14 +-- .../MacOSX-DYLD/DynamicLoaderDarwin.h | 2 +- .../DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp | 7 +- .../ExpressionParser/Clang/ClangASTSource.cpp | 9 +- .../Clang/ClangExpressionDeclMap.cpp | 8 +- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 4 +- .../CPlusPlus/CPPLanguageRuntime.cpp | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 23 +++-- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 5 +- .../LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp | 4 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 5 +- .../Plugins/Platform/Android/PlatformAndroid.cpp | 6 +- .../Plugins/Process/Utility/InferiorCallPOSIX.cpp | 12 +-- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 5 +- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 16 +-- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 23 ++--- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 74 +++++--------- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 26 ++--- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 81 ++++++---------- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 26 ++--- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 19 ++-- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 21 ++-- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 56 ++++------- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 26 ++--- .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 24 ++--- source/Symbol/Function.cpp | 4 +- source/Symbol/SymbolFile.cpp | 48 ++++----- source/Symbol/Symtab.cpp | 18 +--- source/Target/Target.cpp | 14 ++- tools/lldb-test/lldb-test.cpp | 6 +- unittests/Core/MangledTest.cpp | 3 +- unittests/Target/ModuleCacheTest.cpp | 5 +- 52 files changed, 487 insertions(+), 710 deletions(-)