[Lldb-commits] [lldb] [lldb-dap] refactor monitor thread in tests (PR #172879)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 19 03:39:35 PST 2025


================
@@ -16,7 +16,7 @@
 @skipIf(oslist=["linux"], archs=["arm$"])
 class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
     def spawn(self, args):
-        self.process = subprocess.Popen(
+        self.target_process = subprocess.Popen(
----------------
charles-zablit wrote:

I switched to using `spawnSubprocess`. Thanks!

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


More information about the lldb-commits mailing list