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

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 02:01:28 PST 2025


Author: David Spickett
Date: 2025-01-14T10:01:08Z
New Revision: cfd7e024c6a97b0083f2e25a9d03d7dd516a0452

URL: https://github.com/llvm/llvm-project/commit/cfd7e024c6a97b0083f2e25a9d03d7dd516a0452
DIFF: https://github.com/llvm/llvm-project/commit/cfd7e024c6a97b0083f2e25a9d03d7dd516a0452.diff

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

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index f2a706cd3324db..bf753ccee4c591 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -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
 ---------------------------------
 


        


More information about the llvm-commits mailing list