[all-commits] [llvm/llvm-project] cf9546: [lldb] Remove GDBRemoteCommunication::ConnectLocal...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Jun 24 02:11:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf9546b826619890e965367a3e4d0da1991ba929
https://github.com/llvm/llvm-project/commit/cf9546b826619890e965367a3e4d0da1991ba929
Author: Pavel Labath <pavel at labath.sk>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
M lldb/tools/lldb-server/lldb-platform.cpp
M lldb/unittests/Core/CommunicationTest.cpp
M lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
M lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
M lldb/unittests/tools/lldb-server/tests/TestClient.cpp
Log Message:
-----------
[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)
Originally added for reproducers, it is now only used for test code.
While we could make it a test helper, I think that after #145015 it is
simple enough to not be needed.
Also squeeze in a change to make ConnectionFileDescriptor accept a
unique_ptr<Socket>.
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