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

Unified Diff: runtime/vm/isolate.h

Issue 1665773004: Add necessary support functions so that embedders can implemented pause on start and exit (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index ee0404b2e1c1317975f45714160cab2cf5b3edc3..77b1fe690e81e508174911a8b028a1208007300d 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -353,8 +353,8 @@ class Isolate : public BaseIsolate {
const Flags& flags() const { return flags_; }
- // Requests that the debugger resume execution.
- void Resume() {
+ // Lets the embedder know that a service message resulted in a resume request.
+ void SetResumeRequest() {
resume_request_ = true;
set_last_resume_timestamp();
}
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698