| Index: runtime/include/dart_debugger_api.h
|
| ===================================================================
|
| --- runtime/include/dart_debugger_api.h (revision 21569)
|
| +++ runtime/include/dart_debugger_api.h (working copy)
|
| @@ -30,11 +30,6 @@
|
| Dart_Breakpoint breakpoint,
|
| Dart_StackTrace stack_trace);
|
|
|
| -typedef void Dart_BreakpointResolvedHandler(Dart_IsolateId isolate_id,
|
| - intptr_t bp_id,
|
| - Dart_Handle url,
|
| - intptr_t line_number);
|
| -
|
| typedef void Dart_ExceptionThrownHandler(Dart_IsolateId isolate_id,
|
| Dart_Handle exception_object,
|
| Dart_StackTrace stack_trace);
|
| @@ -62,7 +57,11 @@
|
| typedef void Dart_PausedEventHandler(Dart_IsolateId isolate_id,
|
| const Dart_CodeLocation& location);
|
|
|
| +typedef void Dart_BreakpointResolvedHandler(Dart_IsolateId isolate_id,
|
| + intptr_t bp_id,
|
| + const Dart_CodeLocation& location);
|
|
|
| +
|
| /**
|
| * Caches a given \object and returns an object id. The object id is only
|
| * valid while the VM is paused. The cache is invalidated when the VM
|
|
|