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

Unified Diff: runtime/vm/debugger.h

Issue 866663003: Add a working command line debugger to Observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/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 0abd4f428de8393018d63a6c3089c010de764b7d..3f9c2078c91755be5e0be66eb4453b4785ea04b8 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -288,6 +288,7 @@ class DebuggerEvent {
kIsolateCreated = 4,
kIsolateShutdown = 5,
kIsolateInterrupted = 6,
+ kIsolateResumed = 7,
};
explicit DebuggerEvent(Isolate* isolate, EventType event_type)
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698