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

Unified Diff: runtime/bin/dbg_message.h

Issue 14298002: Deprecate old debugger breakpoint handler (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 | runtime/bin/dbg_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/dbg_message.h
===================================================================
--- runtime/bin/dbg_message.h (revision 21556)
+++ runtime/bin/dbg_message.h (working copy)
@@ -169,7 +169,7 @@
void SendQueuedMsgs();
// Send breakpoint event message over to the debugger.
- void SendBreakpointEvent(Dart_StackTrace trace);
+ void SendBreakpointEvent(const Dart_CodeLocation& location);
// Send Exception event message over to the debugger.
void SendExceptionEvent(Dart_Handle exception, Dart_StackTrace trace);
@@ -238,9 +238,8 @@
intptr_t bp_id,
Dart_Handle url,
intptr_t line_number);
- static void BreakpointHandler(Dart_IsolateId isolate_id,
- Dart_Breakpoint bpt,
- Dart_StackTrace trace);
+ static void PausedEventHandler(Dart_IsolateId isolate_id,
+ const Dart_CodeLocation& loc);
static void ExceptionThrownHandler(Dart_IsolateId isolate_id,
Dart_Handle exception,
Dart_StackTrace stack_trace);
« no previous file with comments | « no previous file | runtime/bin/dbg_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698