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

Unified Diff: runtime/vm/code_generator.cc

Issue 2521413002: Revert "Implement rewind: drop one or more frames from the debugger." (Closed)
Patch Set: Created 4 years, 1 month 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/observatory/tests/service/test_helper.dart ('k') | runtime/vm/dart_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_generator.cc
diff --git a/runtime/vm/code_generator.cc b/runtime/vm/code_generator.cc
index b2fca6b92293e315f82cf22233949dfcff2d2fb3..4a35895f3fac4e5ca7560c354bf5c812566afb8d 100644
--- a/runtime/vm/code_generator.cc
+++ b/runtime/vm/code_generator.cc
@@ -2215,14 +2215,6 @@ DEFINE_RUNTIME_ENTRY(DeoptimizeMaterialize, 0) {
}
-DEFINE_RUNTIME_ENTRY(RewindPostDeopt, 0) {
-#if !defined(DART_PRECOMPILED_RUNTIME)
- isolate->debugger()->RewindPostDeopt();
-#else
- UNREACHABLE();
-#endif // !DART_PRECOMPILED_RUNTIME
-}
-
DEFINE_LEAF_RUNTIME_ENTRY(intptr_t,
BigintCompare,
2,
« no previous file with comments | « runtime/observatory/tests/service/test_helper.dart ('k') | runtime/vm/dart_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698