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

Unified Diff: runtime/vm/debugger.h

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/observatory/tests/service/service_test_common.dart ('k') | runtime/vm/debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index e78e8390603dfbd4170ad8671d1ee762b2ecdf24..f3536c7e7731592c033547158cf53ef8366ed29f 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -495,6 +495,9 @@ class Debugger {
// Pause execution due to isolate interrupt.
RawError* PauseInterrupted();
+ // Pause after a reload request.
+ RawError* PausePostRequest();
+
// Pause execution due to an uncaught exception.
void PauseException(const Instance& exc);
@@ -519,6 +522,8 @@ class Debugger {
kSingleStep
};
+ RawError* PauseRequest(ServiceEvent::EventKind kind);
+
bool NeedsIsolateEvents();
bool NeedsDebugEvents();
void InvokeEventHandler(ServiceEvent* event);
« no previous file with comments | « runtime/observatory/tests/service/service_test_common.dart ('k') | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698