Chromium Code Reviews| Index: runtime/include/dart_debugger_api.h |
| =================================================================== |
| --- runtime/include/dart_debugger_api.h (revision 31003) |
| +++ runtime/include/dart_debugger_api.h (working copy) |
| @@ -55,6 +55,7 @@ |
| Dart_IsolateEvent kind); |
| typedef void Dart_PausedEventHandler(Dart_IsolateId isolate_id, |
| + intptr_t bp_id, |
| const Dart_CodeLocation& location); |
| typedef void Dart_BreakpointResolvedHandler(Dart_IsolateId isolate_id, |