Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: runtime/vm/debugger_api_impl_test.cc

Issue 27226004: Allow access to context variables in optimized/inlined frames. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/debugger.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger_api_impl_test.cc
===================================================================
--- runtime/vm/debugger_api_impl_test.cc (revision 28666)
+++ runtime/vm/debugger_api_impl_test.cc (working copy)
@@ -550,10 +550,11 @@
if (optimize) {
EXPECT_STREQ("[0] breakpointNow { }\n"
"[1] helper { a = 50 b = 99 stop = null }\n"
- "[2] <anonymous closure> { x = <unknown> stop = <unknown>"
+ "[2] <anonymous closure> { x = 5 i = 99 stop = true"
" value = null }\n"
"[3] anotherMiddleMan { func = null }\n"
- "[4] middleMan { limit = 100 value = 242550 }\n"
+ "[4] middleMan { x = 5 limit = 100 stop = true"
+ " value = 242550 i = 99 }\n"
"[5] test { stop = true limit = 100 }\n",
stack_buffer);
} else {
« no previous file with comments | « runtime/vm/debugger.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698