[Lldb-commits] [PATCH] D46088: Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 25 15:17:55 PDT 2018
aprantl created this revision.
aprantl added a reviewer: jingham.
Refactor GetNextPersistentVariableName into a non-virtual method
that takes a prefix string. This simplifies the implementation and
allows plugins such as the Swift plugin to supply different prefixes
for return and error variables.
rdar://problem/39722386
https://reviews.llvm.org/D46088
Files:
include/lldb/Expression/ExpressionVariable.h
source/Core/ValueObject.cpp
source/Expression/ExpressionVariable.cpp
source/Expression/Materializer.cpp
source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
source/Plugins/ExpressionParser/Go/GoUserExpression.cpp
source/Plugins/ExpressionParser/Go/GoUserExpression.h
source/Target/ABI.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46088.144022.patch
Type: text/x-patch
Size: 7844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180425/04f921fd/attachment.bin>
More information about the lldb-commits
mailing list