[lldb] Correcting an error message. (#141696)
'isconnect' I assume was supposed to be 'disconnect'.
This commit is contained in:
parent
cfece5abe3
commit
16bbfe1d0a
@ -1567,7 +1567,7 @@ Status GDBRemoteCommunicationClient::Detach(bool keep_stopped,
|
||||
PacketResult packet_result =
|
||||
SendPacketAndWaitForResponse(packet.GetString(), response);
|
||||
if (packet_result != PacketResult::Success)
|
||||
error = Status::FromErrorString("Sending isconnect packet failed.");
|
||||
error = Status::FromErrorString("Sending disconnect packet failed.");
|
||||
return error;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user