Index: runtime/vm/thread_interrupter_linux.cc |
diff --git a/runtime/vm/thread_interrupter_linux.cc b/runtime/vm/thread_interrupter_linux.cc |
index 167581edf0cec81fe2e68dbb94aadf9afb5448d8..7fd1818eff694a9bff725e58e133fa9e8f2feaa4 100644 |
--- a/runtime/vm/thread_interrupter_linux.cc |
+++ b/runtime/vm/thread_interrupter_linux.cc |
@@ -44,6 +44,11 @@ class ThreadInterrupterLinux : public AllStatic { |
}; |
+bool ThreadInterrupter::IsDebuggerAttached() { |
+ return false; |
+} |
+ |
+ |
void ThreadInterrupter::InterruptThread(OSThread* thread) { |
if (FLAG_trace_thread_interrupter) { |
OS::Print("ThreadInterrupter interrupting %p\n", |