Skip to content

Commit cfd7e02

Browse files
committed
[llvm][Docs] Add release note for lldb-server port mapping changes
1 parent 04733fa commit cfd7e02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,11 @@ Changes to LLDB
457457

458458
* [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.
459459

460+
* `lldb-server` now listens to a single port for gdbserver connections and provides
461+
that port to the connection handler processes. This means that only 2 ports need
462+
to be opened in the firewall (one for the `lldb-server` platform, one for gdbserver connections).
463+
In addition, due to this work, `lldb-server` now works on Windows in the server mode.
464+
460465
Changes to BOLT
461466
---------------------------------
462467

0 commit comments

Comments
 (0)