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

References

tools/lldb/include/lldb/Utility/GDBRemote.h
   62     type = ePacketTypeInvalid;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
   39   m_packets[idx].type = type;
   57   m_packets[idx].type = type;
   72     if (entry.type == GDBRemotePacket::ePacketTypeInvalid ||
   91     if (entry.type == GDBRemotePacket::ePacketTypeInvalid ||
   96               (entry.type == GDBRemotePacket::ePacketTypeSend) ? "send"
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  139     if (entry.type == GDBRemotePacket::ePacketTypeSend) {
  152         assert(m_packet_history.back().type ==
  160     if (entry.type == GDBRemotePacket::ePacketTypeInvalid) {
tools/lldb/source/Utility/GDBRemote.cpp
   55   switch (type) {
   92   io.mapRequired("type", Packet.type);