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
  106   m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written);
  116   m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written);
  179                         GDBRemotePacket::ePacketTypeSend, bytes_written);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
   96               (entry.type == GDBRemotePacket::ePacketTypeSend) ? "send"
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  139     if (entry.type == GDBRemotePacket::ePacketTypeSend) {
tools/lldb/source/Utility/GDBRemote.cpp
   56   case GDBRemotePacket::ePacketTypeSend:
   74   io.enumCase(value, "Send", GDBRemotePacket::ePacketTypeSend);