Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 38394) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -80,7 +80,9 @@ |
| class CodeBreakpoint { |
| public: |
| CodeBreakpoint(const Code& code, |
| - const RawPcDescriptors::PcDescriptorRec& rec); |
| + intptr_t token_pos, |
| + uword pc, |
| + RawPcDescriptors::Kind kind); |
| ~CodeBreakpoint(); |
| RawFunction* function() const; |