| 28 | } |
| 29 | |
| 30 | RemoteDebuggerClient::~RemoteDebuggerClient() |
| 31 | { |
| 32 | closesocket(S); |
| 33 | WSACleanup(); |
| 34 | } |
| 35 | |
| 36 | void RemoteDebuggerClient::sendUdpMessage(UdpMessageType type, std::shared_ptr<Value> val) |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected