[Lldb-commits] [lldb] [lldb] Removed gdbserver ports map from lldb-server (PR #104238)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 13 12:53:04 PST 2025


slydiman wrote:

@DavidSpickett 
> Or you can tell me a 1/2 sentence summary of it and I'll meld it into release notes style

lldb-server now listens to a single port for gdbserver connections and provides it to the connection handler processes. This allows only 2 ports to be opened in the firewall. lldb-server now also works on Windows in the server mode.

Thanks

https://github.com/llvm/llvm-project/pull/104238


More information about the lldb-commits mailing list