You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/ReleaseNotes.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -457,6 +457,11 @@ Changes to LLDB
457
457
458
458
*[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.
459
459
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.
0 commit comments