| Index: runtime/vm/debugger.h
|
| ===================================================================
|
| --- runtime/vm/debugger.h (revision 5412)
|
| +++ runtime/vm/debugger.h (working copy)
|
| @@ -236,7 +236,8 @@
|
| kStepOut
|
| };
|
|
|
| - void InstrumentForStepping(const Function &target_function);
|
| + void EnsureFunctionIsDeoptimized(const Function& func);
|
| + void InstrumentForStepping(const Function& target_function);
|
| SourceBreakpoint* SetBreakpoint(const Function& target_function,
|
| intptr_t token_index);
|
| void RemoveInternalBreakpoints();
|
|
|