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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits