mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
[lldb-dap[test] Don't pass --listen to debugserver
Fixes "debugserver: unrecognized option `--listen'"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user