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

Issue 22198002: Fix step in positions (include various calls and exclude current pc point), add a test (Closed)

Created:
7 years, 4 months ago by Peter.Rybin
Modified:
7 years, 4 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Fix step in positions (include various calls and exclude current pc point), add a test R=yangguo@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16100

Patch Set 1 #

Patch Set 2 : comment #

Total comments: 1

Patch Set 3 : extend test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -8 lines) Patch
M src/debug.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/execution.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/runtime.cc View 2 chunks +16 lines, -7 lines 0 comments Download
A test/mjsunit/debug-stepin-positions.js View 1 2 1 chunk +142 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Peter.Rybin
Hi Yang I'm trying to polish step into feature. I added a test with some ...
7 years, 4 months ago (2013-08-05 13:39:12 UTC) #1
Yang
On 2013/08/05 13:39:12, peter.rybin wrote: > Hi Yang > > I'm trying to polish step ...
7 years, 4 months ago (2013-08-06 09:33:16 UTC) #2
Yang
https://chromiumcodereview.appspot.com/22198002/diff/4001/test/mjsunit/debug-stepin-positions.js File test/mjsunit/debug-stepin-positions.js (right): https://chromiumcodereview.appspot.com/22198002/diff/4001/test/mjsunit/debug-stepin-positions.js#newcode112 test/mjsunit/debug-stepin-positions.js:112: var res = [ DebuggerStatement(), data./*#*/a(), data[/*#*/String("a")]/*#*/(), data["a"]/*#*/(), data.a, ...
7 years, 4 months ago (2013-08-06 09:33:26 UTC) #3
Peter.Rybin
> you might also want to add tests for: > - keyed calls. like > ...
7 years, 4 months ago (2013-08-06 15:40:00 UTC) #4
Peter.Rybin
On 2013/08/06 09:33:26, Yang wrote: > https://chromiumcodereview.appspot.com/22198002/diff/4001/test/mjsunit/debug-stepin-positions.js > File test/mjsunit/debug-stepin-positions.js (right): > > https://chromiumcodereview.appspot.com/22198002/diff/4001/test/mjsunit/debug-stepin-positions.js#newcode112 > ...
7 years, 4 months ago (2013-08-06 15:40:58 UTC) #5
Peter.Rybin
7 years, 4 months ago (2013-08-07 12:27:29 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r16100 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698