mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 11:16:07 +00:00

Listen to gdbserver-port, accept the connection and run `lldb-server gdbserver --fd` on all platforms. Parameters --min-gdbserver-port and --max-gdbserver-port are deprecated now. This is the part 2 of #101283. Fixes #97537.