| Index: runtime/bin/dbg_connection.cc
|
| diff --git a/runtime/bin/dbg_connection.cc b/runtime/bin/dbg_connection.cc
|
| index 583d737497fe90f091582710c57ecc115a908f88..8f0d562e24a40a5d5bd43a4e27723c6fdfd00e7b 100644
|
| --- a/runtime/bin/dbg_connection.cc
|
| +++ b/runtime/bin/dbg_connection.cc
|
| @@ -294,7 +294,10 @@ void DebuggerConnectionHandler::StartHandler(const char* address,
|
| // listen, accept connections from debuggers, read and handle/dispatch
|
| // debugger commands received on these connections.
|
| ASSERT(listener_fd_ == -1);
|
| + /*
|
| + FIXME
|
| listener_fd_ = ServerSocket::CreateBindListen(address, port_number, 1);
|
| + */
|
| DebuggerConnectionImpl::StartHandler(port_number);
|
| }
|
|
|
|
|