Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 5596) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -37,6 +37,7 @@ |
| private: |
| void VisitObjectPointers(ObjectPointerVisitor* visitor); |
| + void set_function(const Function& func); |
| void set_next(SourceBreakpoint* value) { next_ = value; } |
| SourceBreakpoint* next() const { return this->next_; } |