We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f81e9 commit e1c7bcfCopy full SHA for e1c7bcf
lldb/test/API/tools/lldb-dap/attach/TestDAP_attachByPortNum.py
@@ -41,8 +41,6 @@ def get_debug_server_command_line_args(self):
41
args = []
42
if lldbplatformutil.getPlatform() == "linux":
43
args = ["gdbserver"]
44
- elif lldbplatformutil.getPlatform() == "macosx":
45
- args = ["--listen"]
46
if lldb.remote_platform:
47
args += ["*:0"]
48
else:
0 commit comments