This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f7555b7 Fix ADB client disconnect issues. new bc3de1e Because of our lifetime rules w.r.t. ValueObjects and Cluster [...]
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/API/SBValue.h | 6 ++ include/lldb/Core/ThreadSafeSTLVector.h | 99 ++++++++++++++++++++++ include/lldb/Core/ValueObjectSyntheticFilter.h | 3 + include/lldb/Utility/SharedCluster.h | 7 +- lldb.xcodeproj/project.pbxproj | 2 + scripts/interface/SBValue.i | 23 +++++ source/API/SBValue.cpp | 19 +++++ source/Core/ValueObjectSyntheticFilter.cpp | 10 ++- .../Language/CPlusPlus/LibCxxInitializerList.cpp | 13 +-- source/Plugins/Language/CPlusPlus/LibCxxList.cpp | 12 +-- source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 9 +- .../Language/CPlusPlus/LibCxxUnorderedMap.cpp | 18 +--- source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 16 ++-- source/Plugins/Language/ObjC/NSArray.cpp | 28 ++---- source/Plugins/Language/ObjC/NSError.cpp | 8 +- source/Plugins/Language/ObjC/NSException.cpp | 8 +- 16 files changed, 199 insertions(+), 82 deletions(-) create mode 100644 include/lldb/Core/ThreadSafeSTLVector.h