This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 00339a42d Remove redundant second os.path.join call [NFC] new 77fa53332 Pass ConstString by value (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: docs/structured_data/StructuredDataPlugins.md | 4 +- include/lldb/Breakpoint/Breakpoint.h | 8 +- include/lldb/Breakpoint/BreakpointName.h | 8 +- include/lldb/Breakpoint/BreakpointResolverName.h | 2 +- include/lldb/Breakpoint/Watchpoint.h | 4 +- include/lldb/Core/Debugger.h | 4 +- include/lldb/Core/Disassembler.h | 2 +- include/lldb/Core/Mangled.h | 18 +-- include/lldb/Core/Module.h | 32 ++--- include/lldb/Core/ModuleList.h | 10 +- include/lldb/Core/ModuleSpec.h | 2 +- include/lldb/Core/PluginManager.h | 122 ++++++++--------- include/lldb/Core/RichManglingContext.h | 4 +- include/lldb/Core/Section.h | 8 +- include/lldb/Core/UserSettingsController.h | 2 +- include/lldb/Core/ValueObject.h | 16 +-- include/lldb/Core/ValueObjectCast.h | 4 +- include/lldb/Core/ValueObjectChild.h | 2 +- include/lldb/Core/ValueObjectConstResult.h | 16 +-- include/lldb/Core/ValueObjectConstResultCast.h | 2 +- include/lldb/Core/ValueObjectConstResultChild.h | 2 +- include/lldb/Core/ValueObjectRegister.h | 4 +- include/lldb/Core/ValueObjectSyntheticFilter.h | 4 +- include/lldb/DataFormatters/DataVisualization.h | 18 +-- include/lldb/DataFormatters/FormatCache.h | 18 +-- include/lldb/DataFormatters/FormatManager.h | 14 +- include/lldb/DataFormatters/FormattersContainer.h | 4 +- include/lldb/DataFormatters/TypeSynthetic.h | 8 +- include/lldb/DataFormatters/VectorIterator.h | 2 +- include/lldb/Expression/ExpressionVariable.h | 10 +- include/lldb/Expression/IRExecutionUnit.h | 6 +- include/lldb/Interpreter/OptionGroupPlatform.h | 8 +- include/lldb/Interpreter/OptionValueDictionary.h | 6 +- include/lldb/Interpreter/OptionValueProperties.h | 12 +- include/lldb/Interpreter/Property.h | 2 +- include/lldb/Symbol/ClangASTContext.h | 16 +-- include/lldb/Symbol/ClangASTImporter.h | 2 +- include/lldb/Symbol/CompilerType.h | 4 +- include/lldb/Symbol/DeclVendor.h | 2 +- include/lldb/Symbol/Function.h | 4 +- include/lldb/Symbol/Symbol.h | 4 +- include/lldb/Symbol/SymbolContext.h | 2 +- include/lldb/Symbol/SymbolFile.h | 8 +- include/lldb/Symbol/SymbolVendor.h | 8 +- include/lldb/Symbol/Symtab.h | 16 +-- include/lldb/Symbol/Type.h | 18 +-- include/lldb/Symbol/TypeList.h | 2 +- include/lldb/Symbol/TypeMap.h | 2 +- include/lldb/Symbol/TypeSystem.h | 4 +- include/lldb/Symbol/Variable.h | 2 +- include/lldb/Symbol/VariableList.h | 4 +- include/lldb/Target/ABI.h | 2 +- include/lldb/Target/MemoryRegionInfo.h | 2 +- include/lldb/Target/ObjCLanguageRuntime.h | 14 +- include/lldb/Target/PathMappingList.h | 18 +-- include/lldb/Target/Platform.h | 14 +- include/lldb/Target/Process.h | 10 +- include/lldb/Target/StackFrameRecognizer.h | 4 +- include/lldb/Target/StructuredDataPlugin.h | 6 +- include/lldb/Target/Target.h | 14 +- include/lldb/Target/Thread.h | 4 +- include/lldb/Utility/ArchSpec.h | 2 +- include/lldb/Utility/Broadcaster.h | 8 +- include/lldb/Utility/ConstString.h | 16 +-- include/lldb/Utility/Event.h | 14 +- include/lldb/Utility/FileSpec.h | 4 +- include/lldb/Utility/Log.h | 3 +- source/API/SBType.cpp | 2 +- source/Breakpoint/Breakpoint.cpp | 8 +- source/Breakpoint/BreakpointName.cpp | 2 +- source/Breakpoint/BreakpointResolverName.cpp | 2 +- source/Breakpoint/Watchpoint.cpp | 4 +- source/Commands/CommandObjectSource.cpp | 12 +- source/Commands/CommandObjectType.cpp | 2 +- source/Core/Debugger.cpp | 2 +- source/Core/Disassembler.cpp | 2 +- source/Core/Mangled.cpp | 14 +- source/Core/Module.cpp | 26 ++-- source/Core/ModuleList.cpp | 10 +- source/Core/PluginManager.cpp | 144 ++++++++++----------- source/Core/RichManglingContext.cpp | 4 +- source/Core/Section.cpp | 6 +- source/Core/UserSettingsController.cpp | 2 +- source/Core/ValueObject.cpp | 16 +-- source/Core/ValueObjectCast.cpp | 4 +- source/Core/ValueObjectChild.cpp | 2 +- source/Core/ValueObjectConstResult.cpp | 16 +-- source/Core/ValueObjectConstResultCast.cpp | 2 +- source/Core/ValueObjectConstResultChild.cpp | 2 +- source/Core/ValueObjectRegister.cpp | 4 +- source/Core/ValueObjectSyntheticFilter.cpp | 6 +- source/DataFormatters/DataVisualization.cpp | 18 +-- source/DataFormatters/FormatCache.cpp | 18 +-- source/DataFormatters/FormatManager.cpp | 4 +- source/DataFormatters/TypeSynthetic.cpp | 4 +- source/DataFormatters/VectorType.cpp | 2 +- source/Expression/ExpressionVariable.cpp | 2 +- source/Expression/IRExecutionUnit.cpp | 14 +- source/Host/common/FileSystem.cpp | 4 +- source/Interpreter/OptionValueDictionary.cpp | 6 +- source/Interpreter/OptionValueProperties.cpp | 14 +- source/Interpreter/Property.cpp | 2 +- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 2 +- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 6 +- .../MacOSX-DYLD/DynamicLoaderDarwin.h | 2 +- .../ExpressionParser/Clang/ClangASTSource.cpp | 2 +- .../ExpressionParser/Clang/ClangASTSource.h | 2 +- .../Clang/ClangExpressionDeclMap.cpp | 10 +- .../Clang/ClangExpressionDeclMap.h | 10 +- .../Clang/ClangExpressionVariable.cpp | 4 +- .../Clang/ClangExpressionVariable.h | 4 +- .../Clang/ClangModulesDeclVendor.cpp | 4 +- .../Clang/ClangPersistentVariables.cpp | 6 +- .../Clang/ClangPersistentVariables.h | 6 +- .../Plugins/ExpressionParser/Clang/IRForTarget.h | 2 +- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 2 +- source/Plugins/JITLoader/GDB/JITLoaderGDB.h | 2 +- source/Plugins/Language/CPlusPlus/BlockPointer.cpp | 2 +- .../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 4 +- source/Plugins/Language/CPlusPlus/LibCxx.cpp | 4 +- source/Plugins/Language/CPlusPlus/LibCxx.h | 4 +- source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp | 4 +- source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp | 2 +- .../Language/CPlusPlus/LibCxxInitializerList.cpp | 4 +- source/Plugins/Language/CPlusPlus/LibCxxList.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 4 +- .../Plugins/Language/CPlusPlus/LibCxxOptional.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp | 2 +- .../Language/CPlusPlus/LibCxxUnorderedMap.cpp | 4 +- .../Plugins/Language/CPlusPlus/LibCxxVariant.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 8 +- source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 10 +- .../Plugins/Language/CPlusPlus/LibStdcppTuple.cpp | 4 +- .../Language/CPlusPlus/LibStdcppUniquePointer.cpp | 4 +- source/Plugins/Language/ObjC/Cocoa.cpp | 2 +- source/Plugins/Language/ObjC/NSArray.cpp | 16 +-- source/Plugins/Language/ObjC/NSDictionary.cpp | 16 +-- source/Plugins/Language/ObjC/NSError.cpp | 2 +- source/Plugins/Language/ObjC/NSException.cpp | 2 +- source/Plugins/Language/ObjC/NSIndexPath.cpp | 2 +- source/Plugins/Language/ObjC/NSSet.cpp | 10 +- source/Plugins/Language/ObjC/ObjCLanguage.cpp | 14 +- source/Plugins/Language/ObjC/ObjCLanguage.h | 10 +- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 4 +- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 2 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 14 +- .../RenderScriptRuntime/RenderScriptRuntime.h | 14 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +- .../BSD-Archive/ObjectContainerBSDArchive.h | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 28 ++-- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 16 +-- .../Process/Utility/DynamicRegisterInfo.cpp | 2 +- .../Plugins/Process/Utility/DynamicRegisterInfo.h | 2 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +- .../gdb-remote/GDBRemoteCommunicationClient.h | 2 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 2 +- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 +- .../DarwinLog/StructuredDataDarwinLog.cpp | 26 ++-- .../DarwinLog/StructuredDataDarwinLog.h | 8 +- .../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 4 +- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 8 +- source/Plugins/SymbolFile/DWARF/NameToDIE.cpp | 4 +- source/Plugins/SymbolFile/DWARF/NameToDIE.h | 4 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 14 +- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 14 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 16 +-- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 12 +- .../SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 2 +- .../Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h | 4 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 8 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 8 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 8 +- source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 8 +- source/Symbol/ClangASTContext.cpp | 12 +- source/Symbol/CompilerType.cpp | 2 +- source/Symbol/Function.cpp | 4 +- source/Symbol/LocateSymbolFile.cpp | 2 +- source/Symbol/Symbol.cpp | 4 +- source/Symbol/SymbolContext.cpp | 2 +- source/Symbol/SymbolFile.cpp | 6 +- source/Symbol/SymbolVendor.cpp | 8 +- source/Symbol/Symtab.cpp | 16 +-- source/Symbol/Type.cpp | 10 +- source/Symbol/TypeList.cpp | 2 +- source/Symbol/TypeMap.cpp | 2 +- source/Symbol/TypeSystem.cpp | 2 +- source/Symbol/Variable.cpp | 2 +- source/Symbol/VariableList.cpp | 4 +- source/Target/ABI.cpp | 2 +- source/Target/ObjCLanguageRuntime.cpp | 6 +- source/Target/PathMappingList.cpp | 28 ++-- source/Target/Platform.cpp | 6 +- source/Target/Process.cpp | 10 +- source/Target/StackFrameRecognizer.cpp | 6 +- source/Target/StructuredDataPlugin.cpp | 2 +- source/Target/Target.cpp | 14 +- source/Target/Thread.cpp | 4 +- source/Utility/ArchSpec.cpp | 2 +- source/Utility/ConstString.cpp | 10 +- source/Utility/Event.cpp | 8 +- source/Utility/FileSpec.cpp | 4 +- source/Utility/Listener.cpp | 2 +- unittests/Core/MangledTest.cpp | 4 +- www/architecture/varformats.html | 2 +- 209 files changed, 824 insertions(+), 825 deletions(-)