[Lldb-commits] [PATCH] D128126: Support expressions in the context of a reference
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Jun 19 23:17:40 PDT 2022
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_val.IsValid())
----------------
wrap this in something like: `for obj in "cpp_struct","cpp_struct_ref"` instead of duplicating everything?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128126/new/
https://reviews.llvm.org/D128126
More information about the lldb-commits
mailing list