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