================
@@ -0,0 +1,269 @@
+"""
+Test the lldb.value wrapper.
+"""
+
+import lldb
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class ValueAPIWrapper(TestBase):
+    def test(self):
----------------
medismailben wrote:

Should we break this into multiple test methods since `SHARED_BUILD_TESTCASE = 
True` by default ?

I wonder what would be the perf hit ...

https://github.com/llvm/llvm-project/pull/214295
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to