Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 22195) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -159,7 +159,8 @@ |
| Instance* value); |
| RawArray* GetLocalVariables(); |
| - RawContext* GetSavedContext(const Context& ctx); |
| + RawContext* GetSavedEntryContext(const Context& ctx); |
| + RawContext* GetSavedCurrentContext(); |
| private: |
| intptr_t PcDescIndex(); |