[Lldb-commits] [lldb] [lldb] Add tests for `lldb.value` (PR #214295)

via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 6 06:16:07 PDT 2026


================
@@ -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):
----------------
Nerixyz wrote:

I split them into two - non-modifying operators and modifying ones. There wasn't a big difference (+0.3s in debug mode).

https://github.com/llvm/llvm-project/pull/214295


More information about the lldb-commits mailing list