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

Unified Diff: src/debug/debug.h

Issue 2650943011: [debug] remove StepFrame (Closed)
Patch Set: Created 3 years, 11 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
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index 810f8d2215b0e3daf90db66f4eb514da2325defb..cb031fbd0eda0d683977fdad569dc0906cdbc182 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -40,9 +40,7 @@ enum StepAction : int8_t {
StepNext = 1, // Step to the next statement in the current function.
StepIn = 2, // Step into new functions invoked or the next statement
// in the current function.
- StepFrame = 3, // Step into a new frame or return to previous frame.
-
- LastStepAction = StepFrame
+ LastStepAction = StepIn
};
// Type of exception break. NOTE: These values are in macros.py as well.
« no previous file with comments | « src/builtins/x64/builtins-x64.cc ('k') | src/debug/debug.cc » ('j') | src/debug/debug.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698