[llvm][Docs] Add release note for lldb-server port mapping changes

This commit is contained in:
David Spickett 2025-01-14 10:00:15 +00:00
parent 04733fac10
commit cfd7e024c6

View File

@ -457,6 +457,11 @@ Changes to LLDB
* [New Core File API](https://lldb.llvm.org/python_api/lldb.SBSaveCoreOptions.html). This gives greater control on the data captured into the core file, relative to the existing `process save-core` styles.
* `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.
Changes to BOLT
---------------------------------