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

Unified Diff: bin/dbg_connection.h

Issue 11026011: Add isolate event handler setup in order to be able to propagate isolate (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 3 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 | « no previous file | bin/dbg_connection.cc » ('j') | vm/debugger.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/dbg_connection.h
===================================================================
--- bin/dbg_connection.h (revision 13083)
+++ bin/dbg_connection.h (working copy)
@@ -48,6 +48,7 @@
static void BptResolvedHandler(intptr_t bp_id,
Dart_Handle url,
intptr_t line_number);
+ static void IsolateEventHandler(Dart_Isolate isolate, Dart_IsolateEvent kind);
static void BreakpointHandler(Dart_Breakpoint bpt, Dart_StackTrace trace);
static void ExceptionThrownHandler(Dart_Handle exception,
Dart_StackTrace stack_trace);
« no previous file with comments | « no previous file | bin/dbg_connection.cc » ('j') | vm/debugger.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698