Chromium Code Reviews| Index: runtime/vm/debugger.cc |
| =================================================================== |
| --- runtime/vm/debugger.cc (revision 17321) |
| +++ runtime/vm/debugger.cc (working copy) |
| @@ -1126,6 +1126,11 @@ |
| } |
| +void Debugger::OneTimeBreakAtEntry(const Function& target_function) { |
| + InstrumentForStepping(target_function); |
| +} |
| + |
| + |
| SourceBreakpoint* Debugger::SetBreakpointAtEntry( |
| const Function& target_function) { |
| ASSERT(!target_function.IsNull()); |