Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 3415) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -125,7 +125,8 @@ |
| const String& function_name); |
| // Set breakpoint at closest location to function entry. |
| - Breakpoint* SetBreakpointAtEntry(const Function& target_function); |
| + Breakpoint* SetBreakpointAtEntry(const Function& target_function, |
| + Error* error); |
| void VisitObjectPointers(ObjectPointerVisitor* visitor); |