[Lldb-commits] [PATCH] D12602: Separate ClangExpressionVariable from ExpressionVariable
Sean Callanan via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 4 12:24:23 PDT 2015
spyffe updated this revision to Diff 34055.
spyffe added a comment.
Applied Jim's suggestion that FindVariableInList return a ClangExpressionVariable *. Also fixed some places where we should have called shared_from_this instead of creating a new shared pointer.
http://reviews.llvm.org/D12602
Files:
include/lldb/Core/ValueObject.h
include/lldb/Expression/ClangExpressionDeclMap.h
include/lldb/Expression/ClangFunction.h
include/lldb/Expression/ClangPersistentVariables.h
include/lldb/Expression/ClangUserExpression.h
include/lldb/Expression/ClangUtilityFunction.h
include/lldb/Expression/ExpressionVariable.h
include/lldb/Expression/Materializer.h
include/lldb/Target/StopInfo.h
include/lldb/Target/Thread.h
include/lldb/Target/ThreadPlan.h
include/lldb/Target/ThreadPlanCallUserExpression.h
include/lldb/lldb-forward.h
source/API/SBFrame.cpp
source/Breakpoint/BreakpointLocation.cpp
source/Core/FormatEntity.cpp
source/Core/ValueObject.cpp
source/Expression/ClangExpressionDeclMap.cpp
source/Expression/ClangPersistentVariables.cpp
source/Expression/ClangUserExpression.cpp
source/Expression/ExpressionVariable.cpp
source/Expression/Materializer.cpp
source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
source/Target/ABI.cpp
source/Target/StopInfo.cpp
source/Target/Target.cpp
source/Target/Thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12602.34055.patch
Type: text/x-patch
Size: 72541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150904/fbd9be56/attachment-0001.bin>
More information about the lldb-commits
mailing list