| Index: runtime/vm/code_generator.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator.cc (revision 31928)
|
| +++ runtime/vm/code_generator.cc (working copy)
|
| @@ -814,13 +814,6 @@
|
| }
|
|
|
|
|
| -// Gets called from debug stub when code reaches a breakpoint.
|
| -DEFINE_RUNTIME_ENTRY(BreakpointDynamicHandler, 0) {
|
| - ASSERT(isolate->debugger() != NULL);
|
| - isolate->debugger()->SignalBpReached();
|
| -}
|
| -
|
| -
|
| DEFINE_RUNTIME_ENTRY(SingleStepHandler, 0) {
|
| ASSERT(isolate->debugger() != NULL);
|
| isolate->debugger()->SingleStepCallback();
|
|
|