Index: runtime/bin/dbg_message.h |
=================================================================== |
--- runtime/bin/dbg_message.h (revision 31028) |
+++ runtime/bin/dbg_message.h (working copy) |
@@ -174,7 +174,7 @@ |
void SendQueuedMsgs(); |
// Send breakpoint event message over to the debugger. |
- void SendBreakpointEvent(const Dart_CodeLocation& location); |
+ void SendBreakpointEvent(intptr_t bp_id, const Dart_CodeLocation& location); |
// Send Exception event message over to the debugger. |
void SendExceptionEvent(Dart_Handle exception, Dart_StackTrace trace); |
@@ -243,6 +243,7 @@ |
intptr_t bp_id, |
const Dart_CodeLocation& location); |
static void PausedEventHandler(Dart_IsolateId isolate_id, |
+ intptr_t bp_id, |
const Dart_CodeLocation& loc); |
static void ExceptionThrownHandler(Dart_IsolateId isolate_id, |
Dart_Handle exception, |