Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 31995) |
| +++ runtime/vm/object.h (working copy) |
| @@ -3230,6 +3230,9 @@ |
| return offset < static_cast<uword>(instr.size()); |
| } |
| + // Returns true if there is a debugger breakpoint set in this code object. |
| + bool HasBreakpoint() const; |
| + |
| RawPcDescriptors* pc_descriptors() const { |
| return raw_ptr()->pc_descriptors_; |
| } |