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

Unified Diff: runtime/vm/debugger.h

Issue 2411153002: Make reloadSources service RPC public (Closed)
Patch Set: 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
Index: runtime/vm/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index e78e8390603dfbd4170ad8671d1ee762b2ecdf24..1678ed3fe3683dc1129b0a1e890e3479a7b4200c 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* PausePostReload();
+
// 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);

Powered by Google App Engine
This is Rietveld 408576698