[Lldb-commits] [lldb] [lldb] Removed gdbserver ports map from lldb-server (PR #104238)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 6 03:58:43 PDT 2024


slydiman wrote:

I have separated changes `int connection_fd = -1` -> `shared_fd_t connection_fd = SharedSocket::kInvalidFD` to #107553 (NFC).

https://github.com/llvm/llvm-project/pull/104238


More information about the lldb-commits mailing list