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

Unified Diff: src/debug/debug.h

Issue 1527253002: [debugger] simplify step over recursive function call. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « no previous file | src/debug/debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index 32f70a42e6aadb1d4fd9823b2380a9fde9742d58..955cd57dcc0f6fc538c8d765c8caa3cc4cca7688 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -630,9 +630,6 @@ class Debug {
// Frame pointer from last step next or step frame action.
Address last_fp_;
- // Number of queued steps left to perform before debug event.
- int queued_step_count_;
-
// Frame pointer for the frame where debugger should be called when current
// step out action is completed.
Address step_out_fp_;
« no previous file with comments | « no previous file | src/debug/debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698