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