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

Unified Diff: runtime/include/dart_debugger_api.h

Issue 790793006: Remove deprecated debugger code (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years 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/vm/debugger_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_debugger_api.h
===================================================================
--- runtime/include/dart_debugger_api.h (revision 42527)
+++ runtime/include/dart_debugger_api.h (working copy)
@@ -33,11 +33,6 @@
#define ILLEGAL_BREAKPOINT_ID 0
-// DEPRECATED -- use Dart_PausedEventHandler
-typedef void Dart_BreakpointHandler(Dart_IsolateId isolate_id,
- Dart_Breakpoint breakpoint,
- Dart_StackTrace stack_trace);
-
typedef void Dart_ExceptionThrownHandler(Dart_IsolateId isolate_id,
Dart_Handle exception_object,
Dart_StackTrace stack_trace);
@@ -289,19 +284,7 @@
/**
- * DEPRECATED -- use Dart_SetPausedEventHandler
- *
* Installs a handler callback function that gets called by the VM
- * when a breakpoint has been reached.
- *
- * Requires there to be a current isolate.
- */
-DART_EXPORT void Dart_SetBreakpointHandler(
- Dart_BreakpointHandler bp_handler);
-
-
-/**
- * Installs a handler callback function that gets called by the VM
* when a breakpoint location has been reached or when stepping.
*
* Requires there to be a current isolate.
« no previous file with comments | « no previous file | runtime/vm/debugger_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698