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

Unified Diff: runtime/vm/service_event.cc

Issue 2411153002: Make reloadSources service RPC public (Closed)
Patch Set: turnidge review Created 4 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
« no previous file with comments | « runtime/vm/service_event.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_event.cc
diff --git a/runtime/vm/service_event.cc b/runtime/vm/service_event.cc
index 3ff1e1b001694192442314fd828c586d2e1fb15e..5d7cc75851eb3359fd2cf588266e835e0d871126 100644
--- a/runtime/vm/service_event.cc
+++ b/runtime/vm/service_event.cc
@@ -83,6 +83,8 @@ const char* ServiceEvent::KindAsCString() const {
return "PauseInterrupted";
case kPauseException:
return "PauseException";
+ case kPausePostRequest:
+ return "PausePostRequest";
case kNone:
return "None";
case kResume:
@@ -135,6 +137,7 @@ const StreamInfo* ServiceEvent::stream_info() const {
case kPauseBreakpoint:
case kPauseInterrupted:
case kPauseException:
+ case kPausePostRequest:
case kNone:
case kResume:
case kBreakpointAdded:
« no previous file with comments | « runtime/vm/service_event.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698