Skip to content

Commit f73db3d

Browse files
committed
[lldb-dap[test] Don't pass --listen to debugserver
Fixes "debugserver: unrecognized option `--listen'"
1 parent 557ddc2 commit f73db3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/tools/lldb-dap/attach/TestDAP_attachByPortNum.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def get_debug_server_command_line_args(self):
4141
args = []
4242
if lldbplatformutil.getPlatform() == "linux":
4343
args = ["gdbserver"]
44-
elif lldbplatformutil.getPlatform() == "macosx":
45-
args = ["--listen"]
4644
if lldb.remote_platform:
4745
args += ["*:0"]
4846
else:

0 commit comments

Comments
 (0)