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

Unified Diff: runtime/vm/debugger_api_impl_test.cc

Issue 15359010: Make VM debugger stop at every safe point (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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') | no next file » | 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 22971)
+++ runtime/vm/debugger_api_impl_test.cc (working copy)
@@ -361,10 +361,12 @@
"f1",
"foo",
"X.X.",
+ "X.X.",
"foo",
"X.kvmk",
"f2",
"X.kvmk",
+ "X.kvmk",
"foo",
"main"
};
@@ -418,11 +420,7 @@
LoadScript(kScriptChars);
Dart_SetPausedEventHandler(&TestStepIntoHandler);
- // Set a breakpoint in function f1, then repeatedly step out until
- // we get to main. We should see one breakpoint each in f1,
- // foo, main, but not in f2.
SetBreakpointAtEntry("", "main");
-
breakpoint_hit = false;
breakpoint_hit_counter = 0;
Dart_Handle retval = Invoke("main");
« no previous file with comments | « runtime/vm/debugger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698