[lldb-dap[test] Don't pass --listen to debugserver

Fixes "debugserver: unrecognized option `--listen'"
This commit is contained in:
Jonas Devlieghere
2025-04-29 14:11:14 -07:00
parent 557ddc2e5d
commit f73db3df80

View File

@@ -41,8 +41,6 @@ class TestDAP_attachByPortNum(lldbdap_testcase.DAPTestCaseBase):
args = []
if lldbplatformutil.getPlatform() == "linux":
args = ["gdbserver"]
elif lldbplatformutil.getPlatform() == "macosx":
args = ["--listen"]
if lldb.remote_platform:
args += ["*:0"]
else: