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

Unified Diff: runtime/vm/debugger.h

Issue 11028040: - Add support to interrupt a running isolate (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
===================================================================
--- runtime/vm/debugger.h (revision 13208)
+++ runtime/vm/debugger.h (working copy)
@@ -203,7 +203,8 @@
};
-typedef void BreakpointHandler(SourceBreakpoint* bpt,
+typedef void BreakpointHandler(Dart_Port isolate_id,
+ SourceBreakpoint* bpt,
DebuggerStackTrace* stack);

Powered by Google App Engine
This is Rietveld 408576698