[Lldb-commits] [lldb] Fix connecting via abstract socket (PR #136466)

Emre Kultursay via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 23 22:09:22 PDT 2025


================
@@ -31,8 +31,11 @@ class DomainSocket : public Socket {
 
   std::vector<std::string> GetListeningConnectionURI() const override;
 
+  static Socket *Create(NativeSocket sockfd, bool should_close, Status &error);
----------------
emrekultursay wrote:

Done.

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


More information about the lldb-commits mailing list