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

Issue 149326: Process correctly stepping into function calls (Closed)

Created:
11 years, 5 months ago by yurys
Modified:
9 years, 7 months ago
CC:
v8-dev, pfeldman
Visibility:
Public.

Description

Fix an issue with debugger 'step in' when calling function has local variables.Corresponding Chromium bug:http://code.google.com/p/chromium/issues/detail?id=15824 Committed: http://code.google.com/p/v8/source/detail?r=2426

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -17 lines) Patch
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.cc View 1 2 3 2 chunks +7 lines, -15 lines 0 comments Download
M src/ic.cc View 2 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/debug-stepin-function-call.js View 1 1 chunk +149 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
yurys
11 years, 5 months ago (2009-07-08 13:48:36 UTC) #1
yurys
Eric, could you look at the change?
11 years, 5 months ago (2009-07-09 13:00:35 UTC) #2
Erik Corry
LGTM with comments. http://codereview.chromium.org/149326/diff/1/3 File src/debug.cc (right): http://codereview.chromium.org/149326/diff/1/3#newcode1294 Line 1294: // function apply or call ...
11 years, 5 months ago (2009-07-09 13:41:02 UTC) #3
yurys
http://codereview.chromium.org/149326/diff/1/3 File src/debug.cc (right): http://codereview.chromium.org/149326/diff/1/3#newcode1294 Line 1294: // function apply or call was called on ...
11 years, 5 months ago (2009-07-10 09:35:12 UTC) #4
Kasper Lund
11 years, 5 months ago (2009-07-10 09:42:05 UTC) #5
LGTM.

Powered by Google App Engine
This is Rietveld 408576698