This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b6f31ef7a [lldb][doc] Document how our LLDB table gen initialized options new 161ae9060 [LanguageRuntime] Move ObjCLanguageRuntime into a plugin
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: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp | 3 ++- .../DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 3 ++- source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp | 3 ++- source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp | 2 +- source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | 3 ++- source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp | 3 ++- source/Plugins/Language/ObjC/CF.cpp | 3 ++- source/Plugins/Language/ObjC/Cocoa.cpp | 1 - source/Plugins/Language/ObjC/Cocoa.h | 3 ++- source/Plugins/Language/ObjC/NSArray.cpp | 2 +- source/Plugins/Language/ObjC/NSDictionary.cpp | 1 - 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 | 1 - source/Plugins/Language/ObjC/NSString.h | 3 ++- source/Plugins/Language/ObjC/ObjCLanguage.cpp | 3 ++- .../ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h | 3 ++- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 3 ++- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 3 ++- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 3 ++- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 3 ++- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 3 ++- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 3 ++- .../ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp | 3 ++- .../ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h | 3 ++- .../AppleThreadPlanStepThroughObjCTrampoline.cpp | 3 ++- source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt | 9 +++++++++ .../LanguageRuntime/ObjC}/ObjCLanguageRuntime.cpp | 3 ++- .../Plugins/LanguageRuntime/ObjC}/ObjCLanguageRuntime.h | 0 source/Symbol/CMakeLists.txt | 1 + source/Symbol/ClangASTContext.cpp | 2 +- source/Target/CMakeLists.txt | 1 - 33 files changed, 56 insertions(+), 30 deletions(-) rename source/{Target => Plugins/LanguageRuntime/ObjC}/ObjCLanguageRuntime.cpp (99%) rename {include/lldb/Target => source/Plugins/LanguageRuntime/ObjC}/ObjCLanguageRu [...]