We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfde147 commit 4d2b79bCopy full SHA for 4d2b79b
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -3512,7 +3512,7 @@ Status ProcessGDBRemote::LaunchAndConnectToDebugserver(
3512
// Our process spawned correctly, we can now set our connection to use
3513
// our end of the socket pair
3514
m_gdb_comm.SetConnection(std::make_unique<ConnectionFileDescriptor>(
3515
- socket_pair->second.release()));
+ std::move(socket_pair->second)));
3516
StartAsyncThread();
3517
3518
if (m_gdb_comm.IsConnected()) {
0 commit comments