mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 15:36:58 +00:00
[llvm][Docs] Add release note for lldb-server port mapping changes
This commit is contained in:
parent
04733fac10
commit
cfd7e024c6
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user