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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  274   if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid)
  290       if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid)
  640 GDBRemoteCommunication::PacketType
  673         return GDBRemoteCommunication::PacketType::Standard;
  741       return GDBRemoteCommunication::PacketType::Invalid;
  873         return GDBRemoteCommunication::PacketType::Notify;
  875         return GDBRemoteCommunication::PacketType::Standard;
  879   return GDBRemoteCommunication::PacketType::Invalid;
 1313     PacketType type = CheckForPacket(bytes, len, packet);
 1321     if (type == PacketType::Invalid)
 1324     if (type == PacketType::Standard) {
 1336     if (type == PacketType::Notify) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  107   PacketType CheckForPacket(const uint8_t *src, size_t src_len,