| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 2c4552effeabb5ab42abea5f91d97a9c7fe99329..adb41f20f662278438ad1bdba4cc73afaa603845 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -2483,7 +2483,10 @@ Handle<Object> Debugger::Call(Handle<JSFunction> fun,
|
| }
|
|
|
|
|
| -bool Debugger::StartAgent(const char* name, int port) {
|
| +bool Debugger::StartAgent(const char* name, int port
|
| + AsyncDebugRunner async_debug_runner) {
|
| + // TODO(peter.rybin): make use of async_debug_runner
|
| +
|
| if (Socket::Setup()) {
|
| agent_ = new DebuggerAgent(name, port);
|
| agent_->Start();
|
|
|