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

Issue 1682853004: [interpreter, debugger] implement bytecode break location iterator. (Closed)

Created:
4 years, 10 months ago by Yang
Modified:
4 years, 10 months ago
Reviewers:
rmcilroy, vogelheim
CC:
v8-reviews_googlegroups.com, oth, rmcilroy, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter, debugger] implement bytecode break location iterator. R=rmcilroy@chromium.org, vogelheim@chromium.org BUG=v8:4690 LOG=N Committed: https://crrev.com/92498901247fd396093fe4997ba4102940670dcb Cr-Commit-Position: refs/heads/master@{#33904}

Patch Set 1 #

Patch Set 2 : small fix #

Total comments: 14

Patch Set 3 : address comments #

Patch Set 4 : fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -43 lines) Patch
M src/debug/debug.h View 1 2 3 7 chunks +31 lines, -8 lines 0 comments Download
M src/debug/debug.cc View 1 2 3 8 chunks +78 lines, -14 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 3 chunks +3 lines, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 4 chunks +9 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/interpreter/source-position-table.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M src/interpreter/source-position-table.cc View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +78 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (6 generated)
Yang
4 years, 10 months ago (2016-02-11 10:39:03 UTC) #1
rmcilroy
LGTM once kCallWide/kNewWide comment is addressed. https://codereview.chromium.org/1682853004/diff/20001/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/1682853004/diff/20001/src/debug/debug.cc#newcode75 src/debug/debug.cc:75: } nit - ...
4 years, 10 months ago (2016-02-11 12:32:03 UTC) #2
vogelheim
lgtm, but I'm a bit confused at the return statement business. https://codereview.chromium.org/1682853004/diff/20001/src/debug/debug.h File src/debug/debug.h (right): ...
4 years, 10 months ago (2016-02-11 12:33:59 UTC) #3
Yang
addressed comments. https://codereview.chromium.org/1682853004/diff/20001/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/1682853004/diff/20001/src/debug/debug.cc#newcode75 src/debug/debug.cc:75: } On 2016/02/11 12:32:03, rmcilroy wrote: > ...
4 years, 10 months ago (2016-02-11 14:16:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1682853004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1682853004/40001
4 years, 10 months ago (2016-02-11 14:17:31 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/13252)
4 years, 10 months ago (2016-02-11 14:21:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1682853004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1682853004/60001
4 years, 10 months ago (2016-02-11 14:24:44 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-11 15:18:27 UTC) #13
commit-bot: I haz the power
4 years, 10 months ago (2016-02-11 15:33:15 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/92498901247fd396093fe4997ba4102940670dcb
Cr-Commit-Position: refs/heads/master@{#33904}

Powered by Google App Engine
This is Rietveld 408576698