This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bc92d947a Remove premature caching of the global variables list in Comp [...] new f897241a7 Move the persistent variable counter into Target so it can be [...] new e6276dabd Refactor GetNextPersistentVariableName into a non-virtual met [...] new d9cbbce6f Add logging when ArchSpec::SetArchitecture is given a cputype [...]
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/Expression/ExpressionVariable.h | 7 ++++++- include/lldb/Target/Target.h | 6 ++++++ source/Core/ValueObject.cpp | 4 +++- source/Expression/ExpressionVariable.cpp | 11 +++++++++++ source/Expression/Materializer.cpp | 8 +++++--- .../ExpressionParser/Clang/ClangPersistentVariables.cpp | 9 +-------- .../ExpressionParser/Clang/ClangPersistentVariables.h | 13 ++++--------- .../Plugins/ExpressionParser/Clang/ClangUserExpression.cpp | 9 +++++---- source/Plugins/ExpressionParser/Clang/ClangUserExpression.h | 3 ++- source/Plugins/ExpressionParser/Go/GoUserExpression.cpp | 12 ++---------- source/Plugins/ExpressionParser/Go/GoUserExpression.h | 6 ++++-- source/Target/ABI.cpp | 9 ++++++--- source/Utility/ArchSpec.cpp | 5 +++++ 13 files changed, 60 insertions(+), 42 deletions(-)