| Index: runtime/bin/dbg_connection.h
|
| ===================================================================
|
| --- runtime/bin/dbg_connection.h (revision 7346)
|
| +++ runtime/bin/dbg_connection.h (working copy)
|
| @@ -56,6 +56,10 @@
|
| // closed by a VM thread.
|
| static int debugger_fd_;
|
|
|
| + // The VM thread waits on this condition variable when it reaches a
|
| + // breakpoint and the debugger client has not connected yet.
|
| + static dart::Monitor is_connected_;
|
| +
|
| static MessageBuffer* msgbuf_;
|
|
|
| friend class DebuggerConnectionImpl;
|
|
|