Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 22155) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -159,7 +159,8 @@ |
| Instance* value); |
| RawArray* GetLocalVariables(); |
| - RawContext* GetSavedContext(const Context& ctx); |
| + RawContext* GetSavedCallerContext(const Context& ctx); |
|
siva
2013/04/30 18:46:50
I would call this GetSavedEntryContext() to match
hausner
2013/04/30 19:38:54
Done.
|
| + RawContext* GetSavedCurrentContext(); |
| private: |
| intptr_t PcDescIndex(); |