reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2743   if (m_gdb_comm.SendPacketAndWaitForResponse(packet, response, true) ==
 2745     if (response.IsNormalResponse()) {
 2752         size_t data_received_size = response.GetBytesLeft();
 2758         memcpy(buf, response.GetStringRef().data(), data_received_size);
 2761         return response.GetHexBytes(
 2764     } else if (response.IsErrorResponse())
 2766     else if (response.IsUnsupportedResponse())
 2772           packet, response.GetStringRef().data());