[Lldb-commits] [lldb] [lldb][NFC] Move few static helpers to the class Socket and make them public (PR #106640)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 05:54:46 PDT 2024
labath wrote:
Moving the common API (deduplicating) into the `Socket` class is fine. Making it public is not. There shouldn't be a reason to make e.g. `GetLastError` public, because noone should be making raw socket calls.
https://github.com/llvm/llvm-project/pull/106640
More information about the lldb-commits
mailing list