| Index: runtime/bin/dbg_connection_linux.h
|
| diff --git a/runtime/bin/dbg_connection_linux.h b/runtime/bin/dbg_connection_linux.h
|
| index 94a966463e45659c6623fa48da52571560322af8..fcbd16ee02e0f08aecee18c3e156e42b99e31506 100644
|
| --- a/runtime/bin/dbg_connection_linux.h
|
| +++ b/runtime/bin/dbg_connection_linux.h
|
| @@ -16,6 +16,7 @@ namespace bin {
|
| class DebuggerConnectionImpl {
|
| public:
|
| static void StartHandler(int port_number);
|
| + static void StopHandler(intptr_t debug_fd) {}
|
| static intptr_t Send(intptr_t socket, const char* buf, int len);
|
| static intptr_t Receive(intptr_t socket, char* buf, int len);
|
|
|
|
|