This revision was automatically updated to reflect the committed changes.
Closed by commit rG6a85b9d16387: Support expressions in the context of a
reference (authored by emrekultursay, committed by labath).
Changed prior to commit:
https://reviews.llvm.org/D128126?vs=438454&id=438659#toc
Repos
emrekultursay marked an inline comment as done.
emrekultursay added a comment.
Thanks. Please submit the change on my behalf.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128126/new/
https://reviews.llvm.org/D128126
__
emrekultursay updated this revision to Diff 438454.
emrekultursay added a comment.
Use loop instead of code duplication in test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128126/new/
https://reviews.llvm.org/D128126
Files:
lldb/source/Express
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
Comment at:
lldb/test/API/commands/expression/context-object/TestContextObject.py:22
obj_val = frame.FindVariable("cpp_struct")
self.assertTrue(obj_v
emrekultursay updated this revision to Diff 438157.
emrekultursay added a comment.
re-rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128126/new/
https://reviews.llvm.org/D128126
Files:
lldb/source/Expression/UserExpression.cpp
lldb/test/
emrekultursay updated this revision to Diff 438156.
emrekultursay added a comment.
Rebased
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128126/new/
https://reviews.llvm.org/D128126
Files:
lldb/source/Expression/UserExpression.cpp
lldb/test/AP
emrekultursay created this revision.
Herald added a project: All.
emrekultursay requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
...type variable by dereferencing the variable before
evaluating the expression.
Repository:
rG LLVM Github