Lines Matching defs:response
224 GDBRemoteCommunication::ReadPacket(StringExtractorGDBRemote &response,
232 WaitForPacketNoLock(response, timeout, sync_on_timeout);
234 (response.GetResponseType() != ResponseType::eAck &&
235 response.GetResponseType() != ResponseType::eNack))
237 LLDB_LOG(log, "discarding spurious `{0}` packet", response.GetStringRef());
274 /// Sync the remote GDB server and make sure we get a response that
280 /// "qC" packet since its response if very unique: is responds with
282 /// makes the response unique enough from other packet responses to
286 /// can ensure that we are getting the response for the packet we
290 /// packet "cde" and get the response for the previous "abc" packet.
333 // response, it probably is the response to the packet we
335 // success and continue to try to get the qEcho response
340 continue; // Packet timed out, continue waiting for a response
352 // We initially timed out, but we did get a response that came in