Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 18597) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -95,6 +95,7 @@ |
| void RestoreFunctionReturn(); |
| RawFunction* function_; |
| + const Code& code_; |
|
srdjan
2013/02/15 21:24:27
Remove function_ use RawCode* instead Code.
regis
2013/02/15 22:51:31
The purpose of the member code_ was to cache the C
|
| intptr_t pc_desc_index_; |
| intptr_t token_pos_; |
| uword pc_; |