| Index: src/debug/debug.cc
|
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc
|
| index 3b5fb5f53d5f449b9cd3e0122a34fdffb93c44cc..7272ee673137699f1c03c2debccb9f69c2061581 100644
|
| --- a/src/debug/debug.cc
|
| +++ b/src/debug/debug.cc
|
| @@ -2159,7 +2159,7 @@ void Debug::EnqueueCommandMessage(Vector<const uint16_t> command,
|
| client_data);
|
| isolate_->logger()->DebugTag("Put command on command_queue.");
|
| command_queue_.Put(message);
|
| - command_received_.Signal();
|
| + command_received_.Signal("Debug::EnqueueCommandMessage");
|
|
|
| // Set the debug command break flag to have the command processed.
|
| if (!in_debug_scope()) isolate_->stack_guard()->RequestDebugCommand();
|
|
|