[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-21 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-20 Thread Emre Kultursay via Phabricator via lldb-commits
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 __

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-20 Thread Emre Kultursay via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-19 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-18 Thread Emre Kultursay via Phabricator via lldb-commits
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/

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-18 Thread Emre Kultursay via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference

2022-06-18 Thread Emre Kultursay via Phabricator via lldb-commits
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