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 c99c6d6 commit 24c1cf4Copy full SHA for 24c1cf4
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