| Index: runtime/bin/dbg_connection_linux.h
|
| diff --git a/runtime/bin/dbg_connection_linux.h b/runtime/bin/dbg_connection_linux.h
|
| index 8cab97197edbc4a5f84ae0de641e78e0ee8cf4ba..12b0395d7b45e67868cec0866acce991ff048c5f 100644
|
| --- a/runtime/bin/dbg_connection_linux.h
|
| +++ b/runtime/bin/dbg_connection_linux.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:
|
| static void SetupPollQueue();
|
|
|