Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: runtime/vm/debugger.cc

Issue 1412733008: Switch profiler from isolates to threads (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/debugger.cc
diff --git a/runtime/vm/debugger.cc b/runtime/vm/debugger.cc
index 79153f47459047bd02ee3931b40bd70b5132d88d..d0c799d75e0e068017df6cf3f1af692e012ceccc 100644
--- a/runtime/vm/debugger.cc
+++ b/runtime/vm/debugger.cc
@@ -2547,11 +2547,6 @@ void Debugger::HandleSteppingRequest(DebuggerStackTrace* stack_trace) {
}
}
}
- if (!isolate_->single_step()) {
Ivan Posva 2015/10/28 06:45:16 Where is the equivalent for single step handling i
Cutch 2015/10/28 14:57:51 I've moved this into Debugger::Pause which disable
- // We are no longer single stepping, make sure that the ThreadInterrupter
- // is awake.
- ThreadInterrupter::WakeUp();
- }
}

Powered by Google App Engine
This is Rietveld 408576698