[all-commits] [llvm/llvm-project] 488eeb: Fix connecting via abstract socket (#136466)
Emre Kultursay via All-commits
all-commits at lists.llvm.org
Fri Apr 25 14:11:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 488eeb3ae508221f8e476bbc9d2e9f014542862e
https://github.com/llvm/llvm-project/commit/488eeb3ae508221f8e476bbc9d2e9f014542862e
Author: Emre Kultursay <emrekultursay at google.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M lldb/include/lldb/Host/linux/AbstractSocket.h
M lldb/include/lldb/Host/posix/DomainSocket.h
M lldb/source/Host/linux/AbstractSocket.cpp
M lldb/source/Host/posix/DomainSocket.cpp
M lldb/tools/lldb-server/lldb-platform.cpp
M lldb/unittests/Host/SocketTest.cpp
Log Message:
-----------
Fix connecting via abstract socket (#136466)
Commit 82ee31f and Commit 2e893124 added socket sharing, but only for
unix domain sockets. That broke Android, which uses unix-abstract
sockets.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list