[all-commits] [llvm/llvm-project] 7581cb: [lldb] Remove lldb-server min and max gdbserver po...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Apr 1 02:05:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7581cb68f9fbff7a4628da594580d81a803129ee
https://github.com/llvm/llvm-project/commit/7581cb68f9fbff7a4628da594580d81a803129ee
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M lldb/tools/lldb-server/lldb-platform.cpp
M llvm/docs/ReleaseNotes.md
Log Message:
-----------
[lldb] Remove lldb-server min and max gdbserver port options (#133275)
Since lldb 20, these have had no effect:
https://releases.llvm.org/20.1.0/docs/ReleaseNotes.html#changes-to-lldb
> lldb-server now listens to a single port for gdbserver connections and
> provides that port to the connection handler processes. This means
that
> only 2 ports need to be opened in the firewall (one for the
lldb-server
> platform, one for gdbserver connections). In addition, due to this
work,
lldb-server now works on Windows in the server mode.
Remove them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list