| Index: runtime/bin/dbg_connection_macos.h
|
| diff --git a/runtime/bin/dbg_connection_macos.h b/runtime/bin/dbg_connection_macos.h
|
| index 0bd8634055fe10ef86e3438f342dfe0ef06fa180..f6962ff70d20680adbd8e37eff43cf04ed3d184e 100644
|
| --- a/runtime/bin/dbg_connection_macos.h
|
| +++ b/runtime/bin/dbg_connection_macos.h
|
| @@ -13,6 +13,8 @@
|
| class DebuggerConnectionImpl {
|
| public:
|
| static void StartHandler(int port_number);
|
| + static intptr_t Send(intptr_t socket, const char* buf, int len);
|
| + static intptr_t Receive(intptr_t socket, char* buf, int len);
|
|
|
| private:
|
| enum MessageType {
|
|
|