Skip to content

Commit 66540e6

Browse files
ashgtisivan-shani
authored andcommitted
[lldb] Correcting an error message. (llvm#141696)
'isconnect' I assume was supposed to be 'disconnect'.
1 parent 51f3941 commit 66540e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ Status GDBRemoteCommunicationClient::Detach(bool keep_stopped,
15671567
PacketResult packet_result =
15681568
SendPacketAndWaitForResponse(packet.GetString(), response);
15691569
if (packet_result != PacketResult::Success)
1570-
error = Status::FromErrorString("Sending isconnect packet failed.");
1570+
error = Status::FromErrorString("Sending disconnect packet failed.");
15711571
return error;
15721572
}
15731573

0 commit comments

Comments
 (0)