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 557ddc2 commit f73db3dCopy full SHA for f73db3d
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