Index: runtime/vm/thread_interrupter.h |
diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h |
index c425c39acb1ee3b88df206d461b22e1f2b2055b1..a2e54ad7e400f0ca44626d0d4c7f129b5dc65e7d 100644 |
--- a/runtime/vm/thread_interrupter.h |
+++ b/runtime/vm/thread_interrupter.h |
@@ -48,6 +48,8 @@ class ThreadInterrupter : public AllStatic { |
static intptr_t interrupt_period_; |
static intptr_t current_wait_time_; |
+ static bool IsDebuggerAttached(); |
+ |
static bool InDeepSleep() { |
return current_wait_time_ == Monitor::kNoTimeout; |
} |